Skip to content
成功

変更履歴

概要

  1. unetmsg: add null check in TX disconnect callback (commit: f631d15) (details)
  2. unetmsg: add timeout for outgoing auth requests (commit: 8a304d0) (details)
  3. unetmsg: remove redundant socket close (commit: bdc3c1a) (details)
  4. ucode-mod-ubus: complete pending requests when disconnecting locally (commit: bf46d11) (details)
  5. build: restore opkg-related provides logic (commit: 838a9ff) (details)
  6. uboot-bcm53xx: bump U-Boot to 2025.10 (commit: 12d4755) (details)
  7. wifi-scripts: move the "disabled" option to the wifi-iface section (commit: 79a0aeb) (details)
  8. ucode: add package for ucode-mod-io (commit: ed2587c) (details)
  9. ucode: remove the fs.read_nb patch (commit: e06c412) (details)
  10. kernel: net: phy: realtek: replace hack with proper fix (commit: 5652b98) (details)
  11. kernel: net: phy: realtek: replace in-band AN hack (commit: dfce21d) (details)
  12. kernel: net: phy: c45: check validity of 10GbE LPA (commit: 96ff31b) (details)
  13. kernel: net: phy: realtek: fix C22-only mode on 2.5GE PHYs (commit: 6aaffdd) (details)
  14. rockchip: fix kernel tag for backported patches (commit: c79fa27) (details)
  15. realtek: pcs: add myself as module author (commit: fe0f6f8) (details)
  16. realtek: pcs: fix sds_config struct definition (commit: 7aa7e97) (details)
  17. realtek: pcs: use ARRAY_SIZE kernel macro (commit: 3753805) (details)
  18. realtek: pcs: fix naming of RTL931X sds config data (commit: 84f2ecb) (details)
  19. realtek: pcs: drop some unneeded unused attributes (commit: b435b5b) (details)
  20. realtek: pcs: add enum for port media (commit: b4bd85d) (details)
  21. realtek: pcs: rtl931x: add port media handling (commit: 7971386) (details)
  22. realtek: pcs: rtl931x: improve port media handling (commit: b94c3ba) (details)
  23. ipq-wifi: update to Git HEAD (2026-01-07) (commit: 95a3dc8) (details)
  24. qualcommax: ipq50xx: Add support for Zyxel SCR50AXE (commit: f948f71) (details)
コミット f631d1576ddb331ceee726d876ea9c74a3553dbc by nbd
unetmsg: add null check in TX disconnect callback

The network may be deleted before the disconnect callback fires.
Check for null to avoid crash when accessing net.tx_channels.

Signed-off-by: Felix Fietkau <nbd@nbd.name>
(commit: f631d15)
The file was modifiedpackage/network/services/unetmsg/files/usr/share/ucode/unetmsg/unetmsgd-remote.uc (diff)
コミット 8a304d051f1a8b9b4193d9b25edddc0119c26b44 by nbd
unetmsg: add timeout for outgoing auth requests

Add a 10-second timeout for outgoing auth requests to prevent
connections from getting stuck when the remote peer goes silent
after the hello handshake but before responding to auth.

Signed-off-by: Felix Fietkau <nbd@nbd.name>
(commit: 8a304d0)
The file was modifiedpackage/network/services/unetmsg/files/usr/share/ucode/unetmsg/unetmsgd-remote.uc (diff)
コミット bdc3c1a820d2f2a457ec2408449e8de6ff0bf9f6 by nbd
unetmsg: remove redundant socket close

channel.disconnect() already closes the fd via ubus_shutdown(),
so calling socket.close() afterwards is redundant and causes EBADF.

Signed-off-by: Felix Fietkau <nbd@nbd.name>
(commit: bdc3c1a)
The file was modifiedpackage/network/services/unetmsg/files/usr/share/ucode/unetmsg/unetmsgd-remote.uc (diff)
コミット bf46d119a2753f0c162b8f20caeb4b84ebb5e299 by nbd
ucode-mod-ubus: complete pending requests when disconnecting locally

libubus only completes pending requests when the socket receives EOF.
When explicitly disconnecting, we need to call ubus_flush_requests().

Signed-off-by: Felix Fietkau <nbd@nbd.name>
(commit: bf46d11)
The file was addedpackage/utils/ucode/patches/130-ubus-complete-pending-requests-when-disconnecting-lo.patch
コミット 838a9ff1ca3ab3a269592b5f899280169e76bde4 by hauke
build: restore opkg-related provides logic

Re-add opkg provides logic to CONTROL when USE_APK is not set and remove
virtual provider prefix.

Fixes: cefbf11 ("build: refactor provides logic")
Fixes: https://github.com/openwrt/openwrt/issues/21372
Fixes: https://github.com/openwrt/openwrt/issues/21382
Fixes: https://github.com/openwrt/openwrt/issues/21402
Signed-off-by: George Sapkin <george@sapk.in>
Link: https://github.com/openwrt/openwrt/pull/21409
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
(commit: 838a9ff)
The file was modifiedinclude/package-pack.mk (diff)
コミット 12d47550e63b4a2b57f9505af65109d88d6d9b28 by linusw
uboot-bcm53xx: bump U-Boot to 2025.10

Bump to the latest version used by other OpenWrt platforms so
we don't bitrot.

Tested on the D-Link DIR-890L.

Link: https://github.com/openwrt/openwrt/pull/21377
Signed-off-by: Linus Walleij <linusw@kernel.org>
(commit: 12d4755)
The file was modifiedpackage/boot/uboot-bcm53xx/Makefile (diff)
コミット 79a0aebd81687868374e98d9987c256722c6a4f8 by nbd
wifi-scripts: move the "disabled" option to the wifi-iface section

This helps for setups where the wifi interfaces are added dynamically
via procd data by avoiding automatically bringing up interfaces with
the default config. Internally, they are treated pretty much the same
by netifd.

Signed-off-by: Felix Fietkau <nbd@nbd.name>
(commit: 79a0aeb)
The file was modifiedpackage/network/config/wifi-scripts/files/lib/wifi/mac80211.uc (diff)
コミット ed2587c73dc55a5b4aef0b0eee9fa7de32329f51 by nbd
ucode: add package for ucode-mod-io

It was included in the last update

Signed-off-by: Felix Fietkau <nbd@nbd.name>
(commit: ed2587c)
The file was modifiedpackage/utils/ucode/Makefile (diff)
コミット e06c4125fddae7d1810772b2aa6b40f2267c2cea by nbd
ucode: remove the fs.read_nb patch

It is obsolete since the io module was added

Signed-off-by: Felix Fietkau <nbd@nbd.name>
(commit: e06c412)
The file was removedpackage/utils/ucode/patches/121-fs-add-read_nb-method-for-non-blocking-reads.patch
コミット 5652b98952c4da76060bbe051b521da3dba7164f by daniel
kernel: net: phy: realtek: replace hack with proper fix

RealTek's 2.5G PHYs suffer from an up to now inexplicable problem which
results in the SerDes mode not being properly setup and disabling
in-band AN leading to a timeout waiting for a busy-bit to clear. Up to
now there has been a crude work-around: resetting the PHY and trying
another time.

The cause has now been found as a wrong access to register PHYCR1 on
MDIO_MMD_VEND1 instead of MDIO_MMD_VEND2 when setting up ALDPS as well
as disabling the MDIO broadcast address 0.

In order to access MDIO_MMD_VEND2 on Clause-22-only busses a custom
.read_mmd and .write_mmd ops are implemented, mapping MDIO_MMD_VEND2 to
paged access as this is required.

Also, as ALDPS by design disables the SerDes PCS of the PHY in case the
link has been down for a while, move enabling ALDPS to the end of the
config_init function to not face problems when configuring the interface
mode and in-band AN.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
(commit: 5652b98)
The file was addedtarget/linux/generic/pending-6.12/720-00-net-phy-realtek-use-paged-access-for-MDIO_MMD_VEND2-.patch
The file was modifiedtarget/linux/generic/pending-6.12/720-07-net-phy-realtek-mark-existing-MMDs-as-present.patch (diff)
The file was addedtarget/linux/generic/pending-6.12/715-net-phy-export-mmd_phy_-functions.patch
The file was modifiedtarget/linux/generic/pending-6.12/720-01-net-phy-realtek-use-genphy_soft_reset-for-2.5G-PHYs.patch (diff)
The file was modifiedtarget/linux/generic/pending-6.12/720-02-net-phy-realtek-disable-SGMII-in-band-AN-for-2-5G-PHYs.patch (diff)
The file was modifiedtarget/linux/generic/pending-6.12/720-03-net-phy-realtek-make-sure-paged-read-is-protected-by.patch (diff)
The file was removedtarget/linux/generic/pending-6.12/720-08-net-phy-realtek-work-around-broken-serdes.patch
The file was modifiedtarget/linux/generic/pending-6.12/720-09-net-phy-realtek-disable-MDIO-broadcast.patch (diff)
The file was modifiedtarget/linux/generic/pending-6.12/720-04-net-phy-realtek-setup-aldps.patch (diff)
The file was modifiedtarget/linux/generic/pending-6.12/720-05-net-phy-realtek-detect-early-version-of-RTL8221B.patch (diff)
コミット dfce21df969b54e237ae3c1ea32b627efa8285f4 by daniel
kernel: net: phy: realtek: replace in-band AN hack

Replace downstream hack for RealTek PHYs with a more clean solution
which could make it upstream.

As SGMII in-band AN is broken on some platforms, or simply expected to
be disabled by default in phy/sgmii mode (ie. on-board PHYs with MDIO
for out-of-band configuration and status), a hack for the RealTek PHY
driver was introduced to unconditionally disable SGMII in-band
autonegotiation.

Meanwhile the kernel has gained a proper interface for PHY and PCS to
report in-band AN capabilities and enable/disable in-band, matching
PHY and PCS capabilities.

Thanks to Bevan Weiss' knowledge about how RealTek PHY SerDes registers
are being handled in RealTek's SDK this can now be greatly improved:
- report in-band capabilties
- let phylink set in-band matching PCS and PHY capabilities
- properly abstracted indirect access of SerDes registers

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
(commit: dfce21d)
The file was modifiedtarget/linux/generic/pending-6.12/720-05-net-phy-realtek-detect-early-version-of-RTL8221B.patch (diff)
The file was removedtarget/linux/generic/pending-6.12/720-02-net-phy-realtek-disable-SGMII-in-band-AN-for-2-5G-PHYs.patch
The file was addedtarget/linux/generic/pending-6.12/720-02-net-phy-realtek-implement-configuring-in-band-an.patch
The file was modifiedtarget/linux/generic/pending-6.12/720-09-net-phy-realtek-disable-MDIO-broadcast.patch (diff)
The file was modifiedtarget/linux/generic/pending-6.12/720-04-net-phy-realtek-setup-aldps.patch (diff)
The file was modifiedtarget/linux/generic/pending-6.12/720-07-net-phy-realtek-mark-existing-MMDs-as-present.patch (diff)
The file was modifiedtarget/linux/generic/pending-6.12/720-03-net-phy-realtek-make-sure-paged-read-is-protected-by.patch (diff)
コミット 96ff31b94acc5da50fb3caeccfe6f4abdd7c903b by daniel
kernel: net: phy: c45: check validity of 10GbE LPA

Only use link-partner advertisement bits for 10GbE modes if they are
actually valid. Check LOCALOK and REMOTEOK bits and clear 10GbE modes
unless both of them are set.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
(commit: 96ff31b)
The file was addedtarget/linux/generic/pending-6.12/713-net-phy-c45-check-validity-of-10GbE-link-partner.patch
コミット 6aaffddf27066c87026a270e397cf078c38442b3 by daniel
kernel: net: phy: realtek: fix C22-only mode on 2.5GE PHYs

Import 2 patches completing and fixing the RealTek's 2.5GE PHYs when being
used in Clause-22 mode.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
(commit: 6aaffdd)
The file was removedtarget/linux/generic/pending-6.12/720-07-net-phy-realtek-mark-existing-MMDs-as-present.patch
The file was addedtarget/linux/generic/pending-6.12/720-09-net-phy-realtek-support-interrupt-also-for-C22-varia.patch
The file was addedtarget/linux/generic/pending-6.12/720-07-net-phy-realtek-disable-MDIO-broadcast.patch
The file was addedtarget/linux/generic/pending-6.12/720-08-net-phy-realtek-rate-adapter-in-C22-mode.patch
The file was removedtarget/linux/generic/pending-6.12/720-09-net-phy-realtek-disable-MDIO-broadcast.patch
The file was addedtarget/linux/generic/pending-6.12/720-06-net-phy-realtek-mark-existing-MMDs-as-present.patch
コミット c79fa27cbf722ef3f34754ce87f2831c62663213 by robimarko
rockchip: fix kernel tag for backported patches

These patches were actually merged in kernel 6.19 instead of 6.18,
fix them to avoid confusing when moving to new kernel version.

While at it, refresh the RK3528 PCIE L1ss patch since it was
accepted in 6.19 as well.

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
Link: https://github.com/openwrt/openwrt/pull/21419
Signed-off-by: Robert Marko <robimarko@gmail.com>
(commit: c79fa27)
The file was removedtarget/linux/rockchip/patches-6.12/071-14-v6.18-arm64-dts-rockchip-Enable-PCIe-controller-on-Radxa-E20C.patch
The file was removedtarget/linux/rockchip/patches-6.12/160-04-phy-rockchip-naneng-combphy-Fix-PCIe-L1ss-support.patch
The file was removedtarget/linux/rockchip/patches-6.12/052-v6.18-arm64-dts-rockchip-Add-devicetree-for-the-FriendlyElec-Na.patch
The file was addedtarget/linux/rockchip/patches-6.12/071-14-v6.19-arm64-dts-rockchip-Enable-PCIe-controller-on-Radxa-E20C.patch
The file was addedtarget/linux/rockchip/patches-6.12/036-09-v6.19-phy-rockchip-naneng-combphy-Fix-PCIe-L1ss-support-RK3528.patch
The file was addedtarget/linux/rockchip/patches-6.12/052-v6.19-arm64-dts-rockchip-Add-devicetree-for-the-FriendlyElec-Na.patch
The file was addedtarget/linux/rockchip/patches-6.12/070-26-v6.19-arm64-dts-rockchip-Add-PCIe-Gen2x1-controller-for-RK3528.patch
The file was addedtarget/linux/rockchip/patches-6.12/001-16-v6.19-arm64-dts-rockchip-add-eMMC-CQE-support-for-rk3588.patch
The file was removedtarget/linux/rockchip/patches-6.12/011-v6.19-arm64-dts-rockchip-add-eMMC-CQE-support-for-rk3588.patch
The file was removedtarget/linux/rockchip/patches-6.12/070-26-v6.18-arm64-dts-rockchip-Add-PCIe-Gen2x1-controller-for-RK3528.patch
コミット fe0f6f82c1e640a80183fde4f16afee23676b18e by robimarko
realtek: pcs: add myself as module author

I have contributed quite a lot changes recently and should be made
responsible for most of the code that has been added to the PCS driver
after it has been introduced by Markus.

FWIW, add myself as another module author so anything I produced here
doesn't fall back to someone else, i.e. Markus as currently the single
module author.

Signed-off-by: Jonas Jelonek <jelonek.jonas@gmail.com>
Link: https://github.com/openwrt/openwrt/pull/21410
Signed-off-by: Robert Marko <robimarko@gmail.com>
(commit: fe0f6f8)
The file was modifiedtarget/linux/realtek/files-6.12/drivers/net/pcs/pcs-rtl-otto.c (diff)
コミット 7aa7e97e531c75f7fdbb68ca032b19bad0c1cbbe by robimarko
realtek: pcs: fix sds_config struct definition

In kernel coding style, it is highly disregarded to hide structures
behind typedefs ([1]). The PCS driver still contains a typedef for the
sds_config which was taken over from the PHY driver.

- drop the typedef, just declaring it as a struct
- give it the common 'rtpcs_' prefix
- adjust all usage locations

[1] https://www.kernel.org/doc/html/v6.18/process/coding-style.html#typedefs

Signed-off-by: Jonas Jelonek <jelonek.jonas@gmail.com>
Link: https://github.com/openwrt/openwrt/pull/21410
Signed-off-by: Robert Marko <robimarko@gmail.com>
(commit: 7aa7e97)
The file was modifiedtarget/linux/realtek/files-6.12/drivers/net/pcs/pcs-rtl-otto.c (diff)
コミット 3753805b2aa01fc132b774c8964f004f75da0e9b by robimarko
realtek: pcs: use ARRAY_SIZE kernel macro

In the RTL931X configuration code, the array size of configuration
arrays was still calculated with 'sizeof(...) / sizeof(...)'. There's a
dedicated macro in the kernel for exactly that usecase. Use that instead
to avoid possible errors and make the line shorter. The RTL930X code is
already doing it the good way.

Signed-off-by: Jonas Jelonek <jelonek.jonas@gmail.com>
Link: https://github.com/openwrt/openwrt/pull/21410
Signed-off-by: Robert Marko <robimarko@gmail.com>
(commit: 3753805)
The file was modifiedtarget/linux/realtek/files-6.12/drivers/net/pcs/pcs-rtl-otto.c (diff)
コミット 84f2ecba4d37091442566c848c892c06ac303392 by robimarko
realtek: pcs: fix naming of RTL931X sds config data

Those config arrays still do not lineup with common conventions in the
driver in terms of naming. They are missing the driver and variant
prefix. Thus, line that up with how RTL930X code looks like.

- add 'rtpcs_' prefix since it's part of the PCS driver
- add '931x_' prefix because it's for RTL931X
- use 'cfg' instead of 'config' to shorten that a bit

Signed-off-by: Jonas Jelonek <jelonek.jonas@gmail.com>
Link: https://github.com/openwrt/openwrt/pull/21410
Signed-off-by: Robert Marko <robimarko@gmail.com>
(commit: 84f2ecb)
The file was modifiedtarget/linux/realtek/files-6.12/drivers/net/pcs/pcs-rtl-otto.c (diff)
コミット b435b5bc61f5315fc6f4905dd39f02795d831ff4 by robimarko
realtek: pcs: drop some unneeded unused attributes

Drop the '__always_unused' tags from two functions which are actually
used. This was missed during the big transition before.

Signed-off-by: Jonas Jelonek <jelonek.jonas@gmail.com>
Link: https://github.com/openwrt/openwrt/pull/21410
Signed-off-by: Robert Marko <robimarko@gmail.com>
(commit: b435b5b)
The file was modifiedtarget/linux/realtek/files-6.12/drivers/net/pcs/pcs-rtl-otto.c (diff)
コミット b4bd85d504ef5f858e116b6f6b566621169fb094 by robimarko
realtek: pcs: add enum for port media

The Realtek SDK includes a lot of code around specific port media,
usually having quite some differences between 10G fiber, 1G fiber and
DAC cables. For each type, several magic values are set which in the end
usually make different kinds of links work optimal.

While there is currently no way to get that media information from the
kernel, add some fields as an enum to have a notion of different media
kinds. In additional steps, code for the subtargets can be taken over
from the SDK to handle different media.

Signed-off-by: Jonas Jelonek <jelonek.jonas@gmail.com>
Link: https://github.com/openwrt/openwrt/pull/21385
Signed-off-by: Robert Marko <robimarko@gmail.com>
(commit: b4bd85d)
The file was modifiedtarget/linux/realtek/files-6.12/drivers/net/pcs/pcs-rtl-otto.c (diff)
コミット 7971386514707c347e7530a701695741e19a9f84 by robimarko
realtek: pcs: rtl931x: add port media handling

SFP modules still do not work that well across different devices. One
missing piece seems to be the bunch of magic values and bits set by the
SDK depending on which media is used on a port.

Take over code from the SDK for port media handling [1]. This applies
different sequences depending on whether it's 10G fiber, 1G fiber or DAC
cables to make it work best for each variant. Place the call to that
code below the configuration of a SerDes mode but before actually
activating that mode and powering on the SerDes. The SDK and our code
for RTL930x do that similarly.

Though we do not have any notion of media in pcs_config right now, do
similar to some SDK versions and set an appropriate media type for fiber
modes and SGMII (otherwise it doesn't work).

[1] https://github.com/plappermaul/realtek-doc/blob/51c3390e0e47ac068fd0100e7fa6c10355042d16/sources/rtk-dms1250/src/hal/phy/phy_rtl9310.c#L2302

Signed-off-by: Jonas Jelonek <jelonek.jonas@gmail.com>
Link: https://github.com/openwrt/openwrt/pull/21385
Signed-off-by: Robert Marko <robimarko@gmail.com>
(commit: 7971386)
The file was modifiedtarget/linux/realtek/files-6.12/drivers/net/pcs/pcs-rtl-otto.c (diff)
コミット b94c3ba0ff3bb8d15f9148aa7888d5390be6e3bf by robimarko
realtek: pcs: rtl931x: improve port media handling

The port media handling introduced before was to some extent just taken
over from the SDK. As a second step, improve that code now. Some code
can be deduplicated, a few statements removed and improved in general.

Signed-off-by: Jonas Jelonek <jelonek.jonas@gmail.com>
Link: https://github.com/openwrt/openwrt/pull/21385
Signed-off-by: Robert Marko <robimarko@gmail.com>
(commit: b94c3ba)
The file was modifiedtarget/linux/realtek/files-6.12/drivers/net/pcs/pcs-rtl-otto.c (diff)
コミット 95a3dc83f12fc83aa6e56cdf280b34f16be40752 by robimarko
ipq-wifi: update to Git HEAD (2026-01-07)

11715a4fe783 ipq5018: add SCR50AXE BDF's

Signed-off-by: Robert Marko <robimarko@gmail.com>
(commit: 95a3dc8)
The file was modifiedpackage/firmware/ipq-wifi/Makefile (diff)
コミット f948f71300a9f9685a6bbb7dfd742ed64892a86c by robimarko
qualcommax: ipq50xx: Add support for Zyxel SCR50AXE

This is tri-band WiFi6E capable router. Also Zyxel Nebula managed so no real local GUI. To open device 4 screws must be located uder the label.
Four latches are on front and two on each side. Better start from ethernet port side where 3 small latches are easy to handle.
FCC shows It's identical to WSQ65 sold as Zyxel Multy M6E but that's nowhare to be found yet. WSQ65 is not covered by this PR

Speficiations:
* SoC: Qualcomm IPQ5018
* RAM: 1GB DDR3
* Flash: Winbond W25N02KWZEIR 256MB
* UART: PCB "J3"  is located left from front LED strip
              (VCC/TX/RX/     /GND)   3.3V 115200n8
* Wi-Fi1: IPQ5018 (2x2 2.4 Ghz 802.11b/g/n/ax)
* Wi-Fi2: QCN6102 (2x2:2 5 Ghz 802.11an/ac/ax)
* Wi-Fi3: QCN6122 (2x2:2 6 Ghz 802.11an/ac/ax)
* Ethernet: QCA8337 4xLAN 1Gbit / 1xWAN 1Gbit
* Buttons: WPS , Reset
* LEDs: 13 in total
   RGB power, RGB wan, RGB status (cloud), RGB wifi, Green wps
* FCCID: I8803891

*Flash Instructions starts with getting root:
connect uart to J3 connector next to the front LEDs
go to failsafe when this shows up in log:
"Press the [f] key and hit [enter] to enter failsafe mode"
execute:
mount_root
passwd -d root
reboot

logon as root:
look for 'Please press Enter to activate this console.'
login is root password is empty
execute:
fw_setenv DebugFlag=0x1
fw_setenv bootdelay=0x2
passwd -d root
backup ubi partition "rootfs" into safe space
reboot

*OpenWrt installation
stop uboot and execute:
setenv ipaddr 192.168.1.1
setenv serverip 192.168.1.10
tftpboot *-factory.ubi
flash rootfs
reset

or:
tftpboot *-initramfs-uImage.itb
bootm
use sysupgrade as usual

*restore OEM from backup
stop uboot and execute:
setenv ipaddr 192.168.1.1
setenv serverip 192.168.1.10
tftpboot *-initramfs-uImage.itb
bootm
transfer rootfs.bin backup and execute:
ubiformat /dev/mtd16 -y -f /tmp/rootfs.bin

Signed-off-by: Robert Senderek <robert.senderek@10g.pl>
Link: https://github.com/openwrt/openwrt/pull/21042
Signed-off-by: Robert Marko <robimarko@gmail.com>
(commit: f948f71)
The file was modifiedtarget/linux/qualcommax/ipq50xx/base-files/lib/upgrade/platform.sh (diff)
The file was modifiedpackage/boot/uboot-tools/uboot-envtools/files/qualcommax_ipq50xx (diff)
The file was modifiedtarget/linux/qualcommax/image/ipq50xx.mk (diff)
The file was addedtarget/linux/qualcommax/files/arch/arm64/boot/dts/qcom/ipq5018-scr50axe.dts
The file was modifiedtarget/linux/qualcommax/ipq50xx/base-files/etc/hotplug.d/firmware/11-ath11k-caldata (diff)
The file was modifiedpackage/firmware/ipq-wifi/Makefile (diff)
The file was modifiedtarget/linux/qualcommax/ipq50xx/base-files/etc/board.d/02_network (diff)