Skip to content
成功

変更履歴

概要

  1. readline: update to 8.3 (commit: 7c8d73e) (details)
  2. hostapd: enable CONFIG_OCV when 802.11be support is enabled (commit: a7ab0d5) (details)
  3. kernel: backport GCC15 fix for powerpc (commit: 65c539b) (details)
  4. mac80211: fix wmac node names (commit: 7e09959) (details)
  5. mt76: update to Git HEAD (2025-07-07) (commit: 405ff49) (details)
  6. ramips: use kernel 6.12 by default (commit: 3402384) (details)
  7. ramips: drop 6.6 support (commit: ce97258) (details)
  8. ramips: update drivers to be compatible with kernel 6.12 and above (commit: 6f09f8c) (details)
  9. nftables: update to 1.1.3 (commit: 1052ecf) (details)
  10. libnftnl: update to 1.2.9 (commit: bce0ad5) (details)
  11. tools/mkimage: update to v2025.07 (commit: ae7d6c8) (details)
  12. mold: Update to 2.40.1 (commit: 7caf88b) (details)
  13. toolchain: gcc: 15: fix build error with glibc for aarch64 targets (commit: 1f83913) (details)
  14. xcrypt: work-around broken use of VARIANT with BUILDONLY (commit: 99054fc) (details)
  15. ncurses: Add -std=gnu17 to CFLAGS to avoid a GCC15 error when building with glibc (commit: 3d776d3) (details)
  16. ncurses: update to 6.5 (commit: 8876192) (details)
  17. octeon: ubnt-*: Add device specific DTS pruning (commit: 6e58e64) (details)
  18. Revert "ncurses: update to 6.5" (commit: 0977007) (details)
  19. hostapd: ignore comment lines for hash comparison (commit: db76334) (details)
  20. kernel: support RTL8264 in rtl8261n driver (commit: d2f9846) (details)
  21. kernel: fix rtl8261n driver for realtek (commit: b77fa45) (details)
  22. ath79: revert wmac node names (commit: 118d8ee) (details)
  23. linux-firmware: update to 20250708 (commit: 6048ad9) (details)
コミット 7c8d73e374de40d3daf287d8520221518ecc96aa by robimarko
readline: update to 8.3

Needed to fix GCC 15 compilation with dependent packages.

Removed upstreamed patch.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
Link: https://github.com/openwrt/openwrt/pull/19327
Signed-off-by: Robert Marko <robimarko@gmail.com>
(commit: 7c8d73e)
The file was modifiedpackage/libs/readline/Makefile (diff)
The file was removedpackage/libs/readline/patches/010-ncursesw-first.patch
コミット a7ab0d5bff9da337f077b686dc2669dd9fb1037b by nbd
hostapd: enable CONFIG_OCV when 802.11be support is enabled

The 802.11be supoort code unconditionally calls ocv related functions

Signed-off-by: Felix Fietkau <nbd@nbd.name>
(commit: a7ab0d5)
The file was modifiedpackage/network/services/hostapd/Makefile (diff)
コミット 65c539be8048719aaeedcc52214ed89dcaa490ab by robimarko
kernel: backport GCC15 fix for powerpc

Comes with kernel 6.16. I assume it will be backported at some point.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
Link: https://github.com/openwrt/openwrt/pull/19329
Signed-off-by: Robert Marko <robimarko@gmail.com>
(commit: 65c539b)
The file was modifiedtarget/linux/mpc85xx/patches-6.6/101-powerpc-85xx-hiveap-330-support.patch (diff)
The file was modifiedtarget/linux/mpc85xx/patches-6.6/110-powerpc-85xx-br200-wp-support.patch (diff)
The file was modifiedtarget/linux/mpc85xx/patches-6.6/106-powerpc-85xx-ws-ap3710i-support.patch (diff)
The file was modifiedtarget/linux/mpc85xx/patches-6.6/010-powerpc-add-compressed-zImage-for-mpc85xx.patch (diff)
The file was modifiedtarget/linux/apm821xx/patches-6.6/900-powerpc-bootwrapper-force-gzip-as-mkimage-s-compress.patch (diff)
The file was addedtarget/linux/generic/backport-6.12/220-v6.16-powerpc-boot-fix-build-with-gcc-15.patch
The file was modifiedtarget/linux/mpc85xx/patches-6.6/900-powerpc-bootwrapper-disable-uImage-generation.patch (diff)
The file was modifiedtarget/linux/mpc85xx/patches-6.6/109-powerpc-85xx-add-ws-ap3715i-support.patch (diff)
The file was addedtarget/linux/generic/backport-6.6/220-v6.16-powerpc-boot-fix-build-with-gcc-15.patch
The file was modifiedtarget/linux/mpc85xx/patches-6.6/100-powerpc-85xx-tl-wdr4900-v1-support.patch (diff)
The file was modifiedtarget/linux/mpc85xx/patches-6.6/107-powerpc-85xx-add-ws-ap3825i-support.patch (diff)
コミット 7e09959efda2019c28856cfba157f04e8db62f42 by robimarko
mac80211: fix wmac node names

The upstream submission for this mandates the node to be named wifi
instead of wmac. Change all ath79 entries to match the new names and
remove the compatibility patch.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
Link: https://github.com/openwrt/openwrt/pull/19328
Signed-off-by: Robert Marko <robimarko@gmail.com>
(commit: 7e09959)
The file was modifiedtarget/linux/ath79/dts/qca953x.dtsi (diff)
The file was removedpackage/kernel/mac80211/patches/ath9k/553-ath9k-ahb_of_compat.patch
The file was modifiedtarget/linux/ath79/dts/qca956x.dtsi (diff)
The file was modifiedtarget/linux/ath79/dts/ar9132.dtsi (diff)
The file was modifiedtarget/linux/ath79/dts/ar934x.dtsi (diff)
The file was modifiedpackage/network/config/wifi-scripts/files-ucode/usr/share/wifi_devices.json (diff)
The file was modifiedtarget/linux/ath79/dts/ar9330.dtsi (diff)
The file was modifiedtarget/linux/ath79/dts/qca955x.dtsi (diff)
コミット 405ff49edcfd863c8a8f4a0c99903a41a65b524f by nbd
mt76: update to Git HEAD (2025-07-07)

6df761e0e6c7 mt76: fix signature of platform_driver remove funtions for newer kernels
5724be1a6b12 wifi: mt76: Replace strlcpy() with strscpy()
c4a114e2b8c9 wifi: mt76: fix queue assignment for deauth packets
243e572d89fc wifi: mt76: add a wrapper for wcid access with validation
e41c7785589f wifi: mac80211: get tx power per link
d70f62b8f1c7 wifi: mt76: fix vif link allocation
7b3cd3274a24 wifi: mt76: mt7996: Fix secondary link lookup in mt7996_mcu_sta_mld_setup_tlv()
cf89b6218043 wifi: mt76: mt7996: Rely on for_each_sta_active_link() in mt7996_mcu_sta_mld_setup_tlv()
d71108eedab1 wifi: mt76: mt7996: Do not set wcid.sta to 1 in mt7996_mac_sta_event()
32f8c5849ed1 wifi: mt76: mt7996: Fix mlink lookup in mt7996_tx_prepare_skb
ffff9f71e29d wifi: mt76: mt7996: Fix possible OOB access in mt7996_tx()
afe63e758196 wifi: mt76: mt7996: Fix valid_links bitmask in mt7996_mac_sta_{add,remove}
68dd28b99dad wifi: mt76: mt7996: Add MLO support to mt7996_tx_check_aggr()
293778652452 wifi: mt76: mt7996: Move num_sta accounting in mt7996_mac_sta_{add,remove}_links
a94166b21e20 wifi: mt76: Get rid of dma_sync_single_for_device() for MMIO devices
87873d854e51 wifi: mt76: mt7925: Fix null-ptr-deref in mt7925_thermal_init()
06ba3d5e91f4 wifi: mt76: mt792x: Limit the concurrent STA and SoftAP to operate on the same channel
b9f4e0df317d wifi: mt76: mt792x: improve monitor interface handling
ec95319fd3fb wifi: mt76: mt7921s: Introduce SDIO WiFi/BT combo module card reset
dd2d862251cb firmware: add missing mt7990 eeprom files
05eaa56bc7a4 firmware: update mt7992 firmware to 20250328
32ca2b6db354 firmware: update mt7996 firmware to 20250328

Signed-off-by: Felix Fietkau <nbd@nbd.name>
(commit: 405ff49)
The file was modifiedpackage/kernel/mt76/Makefile (diff)
The file was removedpackage/kernel/mt76/patches/001-wifi-mt76-convert-platform-driver-.remove-to-.remove.patch
The file was removedpackage/kernel/mt76/patches/002-wifi-mt76-replace-strlcpy-with-strscpy.patch
The file was removedpackage/kernel/mt76/patches/003-wifi-mt76-link_id.patch
コミット 3402384f173727daa90d3ff21af1472b6c21f8b5 by vincent
ramips: use kernel 6.12 by default

Switch to Linux kernel version 6.12.

Signed-off-by: Mieczyslaw Nalewaj <namiltd@yahoo.com>
Link: https://github.com/openwrt/openwrt/pull/19320
Signed-off-by: Nick Hainke <vincent@systemli.org>
(commit: 3402384)
The file was modifiedtarget/linux/ramips/Makefile (diff)
コミット ce97258300f8dd3972fed2bc94cbf78d222cdf4c by vincent
ramips: drop 6.6 support

Drop configs and patches for Linux 6.6.

Signed-off-by: Mieczyslaw Nalewaj <namiltd@yahoo.com>
Link: https://github.com/openwrt/openwrt/pull/19320
Signed-off-by: Nick Hainke <vincent@systemli.org>
(commit: ce97258)
The file was removedtarget/linux/ramips/patches-6.6/805-03-v6.10-pinctrl-aw9523-Destroy-mutex-on-remove.patch
The file was removedtarget/linux/ramips/patches-6.6/405-mtd-spi-nor-Add-support-for-BoHong-bh25q128as.patch
The file was removedtarget/linux/ramips/mt7620/config-6.6
The file was removedtarget/linux/ramips/patches-6.6/810-uvc-add-iPassion-iP2970-support.patch
The file was removedtarget/linux/ramips/patches-6.6/316-arch-mips-do-not-select-illegal-access-driver-by-def.patch
The file was removedtarget/linux/ramips/patches-6.6/315-owrt-hack-fix-mt7688-cache-issue.patch
The file was removedtarget/linux/ramips/patches-6.6/835-asoc-add-mt7620-support.patch
The file was removedtarget/linux/ramips/patches-6.6/120-1-mips-pci-mt7620-fix-bridge-register-access.patch
The file was removedtarget/linux/ramips/patches-6.6/120-3-mips-pci-mt7620-rework-initialization-procedure.patch
The file was removedtarget/linux/ramips/patches-6.6/805-12-v6.10-pinctrl-aw9523-Fix-indentation-in-a-few-places.patch
The file was removedtarget/linux/ramips/patches-6.6/300-mt7620-export-chip-version-and-pkg.patch
The file was removedtarget/linux/ramips/patches-6.6/805-08-v6.10-pinctrl-aw9523-Get-rid-of-redundant-U8_MAX-pieces.patch
The file was removedtarget/linux/ramips/patches-6.6/324-mt7621-perfctr-fix.patch
The file was removedtarget/linux/ramips/patches-6.6/002-03-v6.13-clk-ralink-mtmips-add-mmc-related-clocks-for-SoCs-MT.patch
The file was removedtarget/linux/ramips/patches-6.6/314-MIPS-add-bootargs-override-property.patch
The file was removedtarget/linux/ramips/patches-6.6/805-10-v6.10-pinctrl-aw9523-Make-use-of-dev_err_probe.patch
The file was removedtarget/linux/ramips/patches-6.6/831-01-mmc-mtk-sd-add-tuning-parameters-for-legacy-MIPS-MT7.patch
The file was removedtarget/linux/ramips/patches-6.6/805-01-v6.9-pinctrl-Add-driver-for-Awinic-AW9523-B-I2C-GPIO-Expa.patch
The file was removedtarget/linux/ramips/patches-6.6/830-mmc-MIPS-ralink-add-sdhci-for-mt7620a-SoC.patch
The file was removedtarget/linux/ramips/patches-6.6/800-dmaengine-mediatek-add-HSDMA-support-for-mt7621.patch
The file was removedtarget/linux/ramips/patches-6.6/845-pwm-add-mediatek-support.patch
The file was removedtarget/linux/ramips/patches-6.6/850-awake-rt305x-dwc2-controller.patch
The file was removedtarget/linux/ramips/patches-6.6/311-MIPS-use-set_mode-to-enable-disable-the-cevt-r4k-irq.patch
The file was removedtarget/linux/ramips/patches-6.6/400-mtd-cfi-cmdset-0002-force-word-write.patch
The file was removedtarget/linux/ramips/patches-6.6/805-04-v6.10-pinctrl-aw9523-Use-correct-error-code-for-not-suppor.patch
The file was removedtarget/linux/ramips/patches-6.6/805-11-v6.10-pinctrl-aw9523-Sort-headers-and-group-pinctrl.patch
The file was removedtarget/linux/ramips/patches-6.6/808-pinctrl-mtmips-support-requesting-different-function.patch
The file was removedtarget/linux/ramips/patches-6.6/825-i2c-MIPS-adds-ralink-I2C-driver.patch
The file was removedtarget/linux/ramips/patches-6.6/805-07-v6.10-pinctrl-aw9523-Use-temporary-variable-for-HW-IRQ-num.patch
The file was removedtarget/linux/ramips/patches-6.6/411-dt-bindings-add-documentation-for-mt7621-nand-driver.patch
The file was removedtarget/linux/ramips/patches-6.6/805-09-v6.10-pinctrl-aw9523-Remove-unused-irqchip-field-in-struct.patch
The file was removedtarget/linux/ramips/patches-6.6/805-02-v6.9-pinctrl-aw9523-Add-proper-terminator.patch
The file was removedtarget/linux/ramips/patches-6.6/870-Input-sx951x-add-Semtech-SX9512-SX9513-driver.patch
The file was removedtarget/linux/ramips/patches-6.6/805-05-v6.10-pinctrl-aw9523-Always-try-both-ports-in-aw9523_gpio_.patch
The file was removedtarget/linux/ramips/patches-6.6/320-MIPS-add-support-for-buggy-MT7621S-core-detection.patch
The file was removedtarget/linux/ramips/patches-6.6/312-MIPS-ralink-add-cpu-frequency-scaling.patch
The file was removedtarget/linux/ramips/patches-6.6/805-06-v6.10-pinctrl-aw9523-Make-use-of-struct-pinfunction-and-PI.patch
The file was removedtarget/linux/ramips/patches-6.6/804-dma-ralink-add-back-gdma-driver.patch
The file was removedtarget/linux/ramips/patches-6.6/809-pinctrl-mtmips-allow-mux-SDXC-pins-for-mt76x8.patch
The file was removedtarget/linux/ramips/rt3883/config-6.6
The file was removedtarget/linux/ramips/patches-6.6/410-mtd-rawnand-add-driver-support-for-MT7621-nand-flash.patch
The file was removedtarget/linux/ramips/patches-6.6/200-add-ralink-eth.patch
The file was removedtarget/linux/ramips/patches-6.6/831-02-mmc-mtk-sd-disable-auto-CMD23-support-for-mt7620.patch
The file was removedtarget/linux/ramips/patches-6.6/100-mips-ralink-update-CPU-clock-index.patch
The file was removedtarget/linux/ramips/rt288x/config-6.6
The file was removedtarget/linux/ramips/patches-6.6/801-DT-Add-documentation-for-gpio-ralink.patch
The file was removedtarget/linux/ramips/patches-6.6/720-NET-no-auto-carrier-off-support.patch
The file was removedtarget/linux/ramips/patches-6.6/802-GPIO-MIPS-ralink-add-gpio-driver-for-ralink-SoC.patch
The file was removedtarget/linux/ramips/patches-6.6/120-2-mips-pci-mt7620-add-more-register-init-values.patch
The file was removedtarget/linux/ramips/patches-6.6/001-v6.13-clocksource-drivers-ralink-Add-Ralink-System-Tick-Co.patch
The file was removedtarget/linux/ramips/rt305x/config-6.6
The file was removedtarget/linux/ramips/mt7621/config-6.6
The file was removedtarget/linux/ramips/patches-6.6/840-serial-add-ugly-custom-baud-rate-hack.patch
The file was removedtarget/linux/ramips/patches-6.6/821-SPI-ralink-add-Ralink-SoC-spi-driver.patch
The file was removedtarget/linux/ramips/patches-6.6/831-03-mmc-mtk-sd-use-default-PATCH_BIT1-2-values-for-mt762.patch
The file was removedtarget/linux/ramips/patches-6.6/003-v6.13-mmc-mtk-sd-Implement-Host-Software-Queue-for-eMMC.patch
The file was removedtarget/linux/ramips/patches-6.6/860-ramips-add-eip93-driver.patch
The file was removedtarget/linux/ramips/patches-6.6/820-DT-Add-documentation-for-spi-rt2880.patch
The file was removedtarget/linux/ramips/mt76x8/config-6.6
コミット 6f09f8ca315793c9e42a31e94be6e7c6ecd63412 by vincent
ramips: update drivers to be compatible with kernel 6.12 and above

Replace .remove_new with .remove for compatibility with future kernel versions.
Dropping compatibility with older kernels.

Signed-off-by: Mieczyslaw Nalewaj <namiltd@yahoo.com>
Link: https://github.com/openwrt/openwrt/pull/19320
Signed-off-by: Nick Hainke <vincent@systemli.org>
(commit: 6f09f8c)
The file was modifiedtarget/linux/ramips/files/drivers/net/ethernet/ralink/mtk_eth_soc.c (diff)
The file was modifiedtarget/linux/ramips/files/drivers/net/ethernet/ralink/esw_rt3050.c (diff)
The file was modifiedtarget/linux/ramips/files/drivers/net/ethernet/ralink/gsw_mt7620.c (diff)
コミット 1052ecf65908db317d1a26e91bb61aceadf7bca4 by vincent
nftables: update to 1.1.3

ChangeLog:

1.1.3: https://netfilter.org/projects/nftables/files/changes-nftables-1.1.3.txt
1.1.2: https://netfilter.org/projects/nftables/files/changes-nftables-1.1.2.txt

Signed-off-by: Antony Kolitsos <zeusomighty@hotmail.com>
Link: https://github.com/openwrt/openwrt/pull/19288
Signed-off-by: Nick Hainke <vincent@systemli.org>
(commit: 1052ecf)
The file was modifiedpackage/network/utils/nftables/Makefile (diff)
コミット bce0ad5563417a066cef44ec40bb7077695b1d8b by vincent
libnftnl: update to 1.2.9

ChangeLog:

https://git.netfilter.org/libnftnl/log/?h=libnftnl-1.2.9

Signed-off-by: Antony Kolitsos <zeusomighty@hotmail.com>
Link: https://github.com/openwrt/openwrt/pull/19288
Signed-off-by: Nick Hainke <vincent@systemli.org>
(commit: bce0ad5)
The file was modifiedpackage/libs/libnftnl/Makefile (diff)
コミット ae7d6c851a2530de457362a51838e08b6c21eeb3 by vincent
tools/mkimage: update to v2025.07

Update to latest version. All patches are automatically refreshed.

Signed-off-by: Shiji Yang <yangshiji66@outlook.com>
Link: https://github.com/openwrt/openwrt/pull/19341
Signed-off-by: Nick Hainke <vincent@systemli.org>
(commit: ae7d6c8)
The file was modifiedtools/mkimage/patches/095-tools-disable-TOOLS_FIT_FULL_CHECK.patch (diff)
The file was modifiedtools/mkimage/patches/030-allow-to-use-different-magic.patch (diff)
The file was modifiedtools/mkimage/Makefile (diff)
コミット 7caf88b63e8d290ad0d4c976af182aec8cf1906b by robimarko
mold: Update to 2.40.1

Update mold to 2.40.1

Release notes:
https://github.com/rui314/mold/releases/tag/v2.40.1
https://github.com/rui314/mold/releases/tag/v2.40.0

Signed-off-by: Carsten Schuette <schuettecarsten@googlemail.com>
Link: https://github.com/openwrt/openwrt/pull/19339
Signed-off-by: Robert Marko <robimarko@gmail.com>
(commit: 7caf88b)
The file was modifiedtools/mold/Makefile (diff)
コミット 1f8391346e1960b530d53fff4e134ee88dba2080 by robimarko
toolchain: gcc: 15: fix build error with glibc for aarch64 targets

GCC 14+ fails to build due to libatomic specific -march handling.
This build error triggers only with glibc and not with musl libc
which is default.

It seems that this patch from GCC14 was forgotten when GCC15 support was
being added [1].

[1] https://github.com/openwrt/openwrt/commit/44ef34350095c86227ea0cf84b816258c5195e29

Fixes: 68cb84183e38 ("toolchain: add support for GCC 15.1")
Signed-off-by: Robert Marko <robimarko@gmail.com>
(commit: 1f83913)
The file was addedtoolchain/gcc/patches-15.x/830-aarch64-libatomic.patch
The file was modifiedtoolchain/gcc/patches-15.x/980-fix-build-error-with-Xcode-16.3.patch (diff)
コミット 99054fcb6a5aedcf6b65d09f886e3bb24f74d6f7 by robimarko
xcrypt: work-around broken use of VARIANT with BUILDONLY

Split the xcrypt package build into two Makefiles and a common part for
the version definition in order to work-around build problems when
combining VARIANT with BUILDONLY and scoped InstallDev.

This is done in order to skip build of libcrypt-compat in case we are
not building against glibc in order to prevent libcrypt.so shared
library being present in staging_dir and by that breaking multiple
packages which then will link against it.

Fixes: e3cf7088f1 ("libcrypt-compat: introduce package")
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Link: https://github.com/openwrt/openwrt/pull/19353
Signed-off-by: Robert Marko <robimarko@gmail.com>
(commit: 99054fc)
The file was addedpackage/libs/xcrypt/libxcrypt-common.mk
The file was removedpackage/libs/xcrypt/Makefile
The file was addedpackage/libs/xcrypt/libxcrypt/Makefile
The file was addedpackage/libs/xcrypt/libcrypt-compat/Makefile
コミット 3d776d31a4fc53c3e62cccc09e6352ab3d9da092 by robimarko
ncurses: Add -std=gnu17 to CFLAGS to avoid a GCC15 error when building with glibc

Without the newly introduced flag, building with libc ends in errors such the below.
There is an upstream fix[1], but backporting it is not straight forward.

/scratch/union/staging_dir/toolchain-x86_64_gcc-15.1.0_glibc/x86_64-openwrt-linux-gnu/include/c++/15.1.0/cstddef:81:21: error: redefinition of 'struct std::__byte_operand<unsigned char>'
   81 |   template<> struct __byte_operand<unsigned char> { using __type = byte; };
      |                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/scratch/union/staging_dir/toolchain-x86_64_gcc-15.1.0_glibc/x86_64-openwrt-linux-gnu/include/c++/15.1.0/cstddef:78:21: note: previous definition of 'struct std::__byte_operand<unsigned char>'
   78 |   template<> struct __byte_operand<bool> { using __type = byte; };
      |                     ^~~~~~~~~~~~~~~~~~~~
make[4]: *** [Makefile:438: ../obj_s/cursesp.o] Error 1

1. https://ncurses.scripts.mit.edu/?p=ncurses.git;a=commit;h=394a1a6cf317912584592e33184ef550e738a4b9

Signed-off-by: John Audia <therealgraysky@proton.me>
Link: https://github.com/openwrt/openwrt/pull/19335
Signed-off-by: Robert Marko <robimarko@gmail.com>
(commit: 3d776d3)
The file was modifiedpackage/libs/ncurses/Makefile (diff)
コミット 8876192bff497bfda6cbfbbdf29e6cfb3584cc82 by robimarko
ncurses: update to 6.5

Update to 6.5.

Removed patch from pre-2012: 101-ncurses-5.6-20080628-kbs.patch

Build system: x86/64
Build-tested: x86/64-glibc
Run-tested: x86/64-glibc

Signed-off-by: John Audia <therealgraysky@proton.me>
Link: https://github.com/openwrt/openwrt/pull/19335
Signed-off-by: Robert Marko <robimarko@gmail.com>
(commit: 8876192)
The file was modifiedpackage/libs/ncurses/patches/101-ncurses-5.6-20080628-kbs.patch (diff)
The file was modifiedpackage/libs/ncurses/Makefile (diff)
コミット 6e58e645018ec6d429cc410bf81fce0f147c9885 by robimarko
octeon: ubnt-*: Add device specific DTS pruning

This imports device specific DTS pruning from
https://github.com/UI-Packages/kernel_e200/blob/master/arch/mips/cavium-octeon/octeon-platform.c#L1067

- Reduce MMC clock frequency on E200/E220 to make
  MMC communication reliable again. See linked issue.
- Remove unused MMC node on E300.

Link: https://github.com/openwrt/openwrt/issues/13762
Signed-off-by: Jakob Haufe <sur5r@sur5r.net>
Link: https://github.com/openwrt/openwrt/pull/19229
Signed-off-by: Robert Marko <robimarko@gmail.com>
(commit: 6e58e64)
The file was addedtarget/linux/octeon/patches-6.6/400-ubnt_dts_pruning.patch
コミット 097700771c08f6f9a1864f9ded29e0590851b419 by robimarko
Revert "ncurses: update to 6.5"

This reverts commit 8876192bff497bfda6cbfbbdf29e6cfb3584cc82.

This broke ncurses host build for me, and thus ncurses in general.

Signed-off-by: Robert Marko <robimarko@gmail.com>
(commit: 0977007)
The file was modifiedpackage/libs/ncurses/Makefile (diff)
The file was modifiedpackage/libs/ncurses/patches/101-ncurses-5.6-20080628-kbs.patch (diff)
コミット db763342af58ac1b572cef2a5943896c6464bbb9 by nbd
hostapd: ignore comment lines for hash comparison

Fixes spurious unnecessary bss restarts

Signed-off-by: Felix Fietkau <nbd@nbd.name>
(commit: db76334)
The file was modifiedpackage/network/services/hostapd/files/hostapd.uc (diff)
コミット d2f9846760b9dd97b35b7c6a0b6c40f1a2439845 by robimarko
kernel: support RTL8264 in rtl8261n driver

Add support for the RTL8264 (quad-10G phy) by matching the appropriate PHY_ID
in the driver.

Signed-off-by: Andrew LaMarche <andrewjlamarche@gmail.com>
Link: https://github.com/openwrt/openwrt/pull/19081
Signed-off-by: Robert Marko <robimarko@gmail.com>
(commit: d2f9846)
The file was modifiedtarget/linux/generic/files/drivers/net/phy/rtl8261n/rtk_phy.c (diff)
コミット b77fa45d1278443d534919598c0301719fed2784 by robimarko
kernel: fix rtl8261n driver for realtek

The RTL8261N driver does not work correctly on non-mediatek devices. Remove
some of the power controls for Realtek chips.

This assumes the network has been started by the bootloader already:
(rtk network on).

Co-authored-by: Sebastian Gottschall
- https://github.com/mirror/dd-wrt/commit/bf45143f03d40bf259d34bba2151aab46ee011f4
- https://github.com/mirror/dd-wrt/commit/2fb02a5745bb538124a7467b399930b5ca79e71d
- https://github.com/mirror/dd-wrt/commit/598a16a8d801869e09c033f8ca35534289d393cf
Signed-off-by: Andrew LaMarche <andrewjlamarche@gmail.com>
Link: https://github.com/openwrt/openwrt/pull/19081
Signed-off-by: Robert Marko <robimarko@gmail.com>
(commit: b77fa45)
The file was modifiedtarget/linux/generic/files/drivers/net/phy/rtl8261n/rtk_phy.c (diff)
The file was modifiedtarget/linux/generic/files/drivers/net/phy/rtl8261n/phy_patch.c (diff)
コミット 118d8ee98132f4519cc208cbbaae6d1f8cb7d295 by nbd
ath79: revert wmac node names

Changing the node names arbitrarily broke existing configurations, which
rely on the device path in /etc/config/wireless.
Revert that part of the change without altering the compatible strings.

Fixes: 7e09959efda2 ("mac80211: fix wmac node names")
Signed-off-by: Felix Fietkau <nbd@nbd.name>
(commit: 118d8ee)
The file was modifiedtarget/linux/ath79/dts/qca955x.dtsi (diff)
The file was modifiedtarget/linux/ath79/dts/ar9132.dtsi (diff)
The file was modifiedtarget/linux/ath79/dts/qca956x.dtsi (diff)
The file was modifiedtarget/linux/ath79/dts/qca953x.dtsi (diff)
The file was modifiedtarget/linux/ath79/dts/ar934x.dtsi (diff)
The file was modifiedtarget/linux/ath79/dts/ar9330.dtsi (diff)
コミット 6048ad905a4cb6128476723a044ee96175c74e32 by vincent
linux-firmware: update to 20250708

% git log --no-merges --pretty=oneline --abbrev-commit 20250627...20250708
74d80fcf8ce2 xe: Add fan_control v203.0.0.0 for BMG
331eac914440 linux-firmware: Update AMD cpu microcode
847cd5aaabe0 amdgpu: Add DCN 3.6
5e95c44fb4a7 amdgpu: Add PSP 14.0.5
520262d1d0a8 amdgpu: Add SDMA 6.1.3
84f443352785 amdgpu: Add GC 11.5.3
1f861a48042a mediatek MT7921: update bluetooth firmware to 20250625154126
d3e7e025210a qcom/adreno: document firmware revisions
4e7094412cd2 qcom/adreno: move A610 and A702 ZAP files to Adreno driver section
ed3c42722a02 qcom: Add sdx61 Foxconn vendor firmware image file
f534fd76aaa8 Revert "linux-firmware: Update firmware file for Intel Pulsar core"
ce7108f47ef6 qcom/adreno: sort entries in WHENCE
0ef7a160552a xe: First HuC release for Pantherlake
bbe12d522f4e xe: First GuC release for Pantherlake
5cf85776762a linux-firmware: update firmware for MT7921 WiFi device
78478bfc4431 rtw89: 8922a: update fw to v0.35.80.0
4e34a870bdb8 rtw89: 8852c: update fw to v0.27.129.1
4729093efd12 rtw89: 8852c: update fw to v0.27.128.0

Build system: x86/64
Build-tested: x86/64-glibc
Run-tested: x86/64-glibc (Intel N150-based system)

Signed-off-by: John Audia <therealgraysky@proton.me>
Link: https://github.com/openwrt/openwrt/pull/19352
Signed-off-by: Nick Hainke <vincent@systemli.org>
(commit: 6048ad9)
The file was modifiedpackage/firmware/linux-firmware/Makefile (diff)