From 32ebeb0eb3529be13079d117ce3ddb11bb607409 Mon Sep 17 00:00:00 2001 From: David Bauer <mail@david-bauer.net> Date: Fri, 10 May 2024 19:33:00 +0200 Subject: [PATCH] modules: update openwrt 447eef2063 mpc85xx: convert WS-AP3710i to simpleImage wrapper 5b7240c070 realtek: Trap LLDP packets to the CPU c5ed115104 realtek: Change LLTP register to LLDP 4be4d20662 mt76: update to Git HEAD (2023-12-18) e32782b2df mt76: update to Git HEAD (2023-12-11) 567af392b6 ipq40xx: whw03v2: change LED color for 'running' state to blue 3704eb3c3f ipq40xx: whw03v2: fix handling of RGB LED 06be957f86 mt76: update to Git HEAD (2023-12-08) 5c4c9ae059 mt76: update to the latest version ec8f647d16 ipq806x: swap lan leds for Meraki MR52 eda76b336b gengetopt: backport patch fixing support for c++17 507f9439e7 lua: fix CVE-2014-5461 451b51f0dc kernel: bump 5.15 to 5.15.155 ed12436ee9 toolchain/gdb: backport patch for macOS to fix invalid range 2541ff391f procd: make mDNS TXT record parsing more solid 8695bc3442 Revert "uboot-mediatek: fix build on Mac OS X" c19f5076a5 Revert "uboot-sunxi: add missing type __u64" 3d037b8c5f tools: macOS: types.h: fix missing unsigned types 7c7cc28485 toolchain: kernel-headers: remove debugging env dump c3372266ba toolchain: kernel-headers: fix check target for external Git trees c69482a912 mac80211: backport ieee80211_set_sband_iftype_data() 17501f822f mac80211: backport ieee80211_vif_is_mld() a48786ef40 tools: b43-tools: fix compilation with GCC14 82ba1d2635 tools/cpio: update to 2.15 675d9a2d41 sunxi: fix network bringup on Olinuxino Micro boards 2b6b6e2f3c kernel: backport ipeth CDC NCM support 9b33b74ef7 bcm27xx: refresh kernel patches afb5fdd79a netifd: packet-steering: silence error on applying queue mask e8cc17e147 config: fix CONFIG_GDB appearing in main menuconfig menu 915dfbdbb1 config: select KERNEL_WERROR if building with default GCC version 33612fdb92 kernel: introduce KERNEL_WERROR config option 677ecd09d2 ipq40xx: whw03v2: enable additional 5 GHz channels 26e882f06f ipq807x: prpl-haze: enable LED driver on device tree 726d4be297 kernel: add kmod-leds-lp5562 and kmod-leds-lp55xx-common f2366d75cf .gitignore: ignore link if target is included from feed 340e3dc453 build: fix kernel component in CycloneDX SBOM 5cae98c25d mvebu: puzzle-m90x: wipe rootfs_data on sysupgrade 817a1cb2bf sdk: include lib/crtsavres.o for powerpc 11d88dee1c kernel: backport upstream mediatek WED changes afe2ddf827 mac80211: backport some upstream EHT patches 77b7c10884 realtek: support common GPIOs on D-Link DGS-1210-16 f314debd4f ath79: add support for Huawei AP5030DN 8f8d5decc9 kernel: bump 5.15 to 5.15.153 e2f3aefea5 mediatek: filogic: add Unielec U7981-01 support 705954a51a rockchip: remove redundant 'console' parameter from boot script f90b1d9778 rockchip: remove 'swiotlb' parameter from boot script 26548c4254 unetd: update to Git HEAD (2024-03-31) ecf390c8ff kernel: bump 5.15 to 5.15.152 6734cbd9f7 kernel: bump 5.15 to 5.15.151 0a2047cf77 kirkwood: add ix4-200d support to uboot-envtools 2b61e258b4 OpenWrt v23.05.3: revert to branch defaults 01170d518d OpenWrt v23.05.3: adjust config defaults 234f1a2efa mt76: Fix PKG_MIRROR_HASH 5ef41b1f91 mt76: update to latest HEAD a8f51096dd mediatek: mt7622: linksys-e8450: set driving strength for SPI-NAND 03a3a729ec dnsmasq: Backport 2 upstream patches 853b638f85 dnsmasq: reset PKG_RELEASE 875822f283 dnsmasq: version 2.90 af22a169c1 dnsmasq: mark global ubus context as closed after fork 0a571c9e77 mediatek: filogic: replace built-in Aquantia driver with module f02920dd98 mvebu: enable thermal zone polling for IEI Puzzle devices 100a5606d6 firmware: intel-microcode: update to 20240312 e0bae5e5fe firmware: intel-microcode: update to 20231114 6549a711be dropbear: cherry-pick upstream patches 6961fe98ec mediatek: filogic: Asus TUF AX6000 fix inverted LED for 2.5Gb LAN port 5c786dcb2b kernel: hack: support inverted LEDs on MaxLinear GPY211 PHY b3ad42e1e3 filogic: fix wifi eeprom filename for tuf-ax6000 The router use mt7986_eeprom_mt7976_dual.bin 200693f886 ramips: add support for Z-ROUTER ZR-2660 82e2d3478a generic: mtk_eth_soc: fix PPE hanging issue 83e37f71fa generic: 5.15: mtk_eth_soc: backport fix for hang on link up 02272df01c uboot-envtools: add support for Zyxel EX5601-T0 ubootmod 401d8c7051 uboot-mediatek: add initial Zyxel EX5601-T0 support 63a7d5e937 ramips: add support for YunCore G720 1562847cde ramips: add support for TP-Link EX220 v1 --- modules | 2 +- ...ement-MLD-Querier-wake-up-calls-Android-bug-workaround.patch | 2 +- .../0006-ath79-don-t-create-DIR-825-B1-factory-image.patch | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/modules b/modules index 4d9f631bd..b14cdb5d4 100644 --- a/modules +++ b/modules @@ -2,7 +2,7 @@ GLUON_FEEDS='gluon packages routing' OPENWRT_REPO=https://github.com/openwrt/openwrt.git OPENWRT_BRANCH=openwrt-23.05 -OPENWRT_COMMIT=1bbb94df9687e7376ca5f50c69f24aa15c704f85 +OPENWRT_COMMIT=447eef2063cce1ad472a07af3e368826158b1da3 PACKAGES_GLUON_REPO=https://github.com/freifunk-gluon/packages.git PACKAGES_GLUON_COMMIT=3d08b0fee8dc5d96d8bcdb985fad1d5564de4022 diff --git a/patches/openwrt/0005-kernel-bridge-Implement-MLD-Querier-wake-up-calls-Android-bug-workaround.patch b/patches/openwrt/0005-kernel-bridge-Implement-MLD-Querier-wake-up-calls-Android-bug-workaround.patch index 3db4f32f2..53dcbbc8b 100644 --- a/patches/openwrt/0005-kernel-bridge-Implement-MLD-Querier-wake-up-calls-Android-bug-workaround.patch +++ b/patches/openwrt/0005-kernel-bridge-Implement-MLD-Querier-wake-up-calls-Android-bug-workaround.patch @@ -174,7 +174,7 @@ index 0000000000000000000000000000000000000000..077a563b6066cd1d3aee4b1e82328e8c + + int system_bridge_addif(struct device *bridge, struct device *dev) diff --git a/target/linux/generic/config-5.15 b/target/linux/generic/config-5.15 -index aaffee332963db8e8afe72db6e21f39c4db9a8a4..d1139b9614df97a72a5da803e54d028f86b91544 100644 +index 00977650c7ac26f1c443d684e3f5247022962b3a..2c094533933a798ae0fc36a841ef6e9cfc5df8c7 100644 --- a/target/linux/generic/config-5.15 +++ b/target/linux/generic/config-5.15 @@ -761,6 +761,7 @@ CONFIG_BRIDGE=y diff --git a/patches/openwrt/0006-ath79-don-t-create-DIR-825-B1-factory-image.patch b/patches/openwrt/0006-ath79-don-t-create-DIR-825-B1-factory-image.patch index a9cfb41bd..4530f838d 100644 --- a/patches/openwrt/0006-ath79-don-t-create-DIR-825-B1-factory-image.patch +++ b/patches/openwrt/0006-ath79-don-t-create-DIR-825-B1-factory-image.patch @@ -12,7 +12,7 @@ factory image and install a Gluon sysupgrade. Signed-off-by: David Bauer <mail@david-bauer.net> diff --git a/target/linux/ath79/image/generic.mk b/target/linux/ath79/image/generic.mk -index 1a558c30a05433c585cdf81967e265b1f7711af7..bfea8fb8e3623790cf627628d6d58760fce22a67 100644 +index f264c14314ca862e39c71e821621a81f8f1957fa..d3e2a9ccd7ae3cb03e35bb4b68a2360bb4d4f84c 100644 --- a/target/linux/ath79/image/generic.mk +++ b/target/linux/ath79/image/generic.mk @@ -1073,11 +1073,6 @@ define Device/dlink_dir-825-b1 -- GitLab