From c9217c435e93e3df855ba1b13a2efcfbe063bb8c Mon Sep 17 00:00:00 2001 From: David Bauer <mail@david-bauer.net> Date: Sun, 25 May 2025 12:21:14 +0200 Subject: [PATCH] modules: update openwrt e709e9bc06 mac80211: add patch to suppress PREP when mesh forwarding is disabled 8e272a6d83 image: only filter out images when ImageBuilder is used 0ccd68f9ba mac80211: brcm: update RPi brcmfmac patches 01da187749 tools: add cmake dependency to bzip2 424788fc46 generic: backport upstream v6.16 Realtek PHY patches 8cac8d8723 generic: backport upstream v6.16 r8169 patches e2457aa09f bcm27xx: switch to upstream SDHOST driver bc8b407400 mvebu: armada37xx: add pending PXA I2C recovery fix 6285ce709a mvebu: armada37xx: backport pinctrl fixes 6d41cbf868 realtek: add missing symbol b394fa6819 generic: net: phy: sfp: backport some FS copper SFP fixes a53d175865 generic: crypto: fix jitterentropy initialization failed issue 6d4554429a image: respect DEFAULT and BROKEN when Default profile is selected d2d9b1eaeb mac80211: ath11k: fix broadcast failures during GTK rekeying ba37852951 kernel: fix warning on retrying page pool release --- modules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules b/modules index dbd5bc681..c368a6599 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-24.10 -OPENWRT_COMMIT=2bcc3163a6ea02919e699d0562032d821341fabb +OPENWRT_COMMIT=e709e9bc067f0e97f9ccc43fdec451ff83bba2d5 PACKAGES_GLUON_REPO=https://github.com/freifunk-gluon/packages.git PACKAGES_GLUON_COMMIT=bae34a0f53b25dbd691c57c8ab2d0b7cfe811517 -- GitLab