From 02cf7d437e860ce4040ddc658b1b8dc2575bfc18 Mon Sep 17 00:00:00 2001 From: Florian Maurer <f.maurer@outlook.de> Date: Mon, 27 Jan 2025 00:00:25 +0100 Subject: [PATCH] modules: update openwrt 298654b9ab netifd: remove leftover wifi reload_legacy call a1ee311f59 unetd: fix interface teardown d30773abe8 generic: fix probe issues with RealTek RTL8221B PHYs 1e9966a63a kernel: Make kmod-usb-chipidea select kmod-phy-ath79-usb a296d09dc4 mediatek: cleanup device tree for cudy devices 95dffe39f8 mediatek: update status led for Cudy TR3000 e5f3704f9a mediatek: cudy: fixes 2.5G PHY interrupt support d6fe142161 mediatek: cudy: fixes typo for spi and mtd properties 04a1d0d410 kernel: vrx518_tc: bump PKG_RELEASE a96eaa6456 ipq40xx: fix compatibility with linux-atm tools 6383f24378 kernel: vrx518_tc: fix ADSL/ATM operation 9b32a8ec9d kernel: vrx518_tc: fix RX desc phys to virt mapping 0ba00ec205 mediatek-mt7622: netgear-wax206 fix wifi leds 7a1da5486f realtek: Fix old compatible for HPE 1920-8G PoE bf0a1296a5 qualcommax: add missing WAN LED support to Spectrum SAX1V1K routers 8290303ea4 mediatek: add Airoha AN8855 gigabit switch driver 18c47b0e96 OpenWrt v24.10.0-rc6: revert to branch defaults 8c660861ef OpenWrt v24.10.0-rc6: adjust config defaults 58d0057481 generic: backport pending gpio-regmap ops patch 9d9e06a30a generic: fix version number on realtek phy patches a872a245a2 generic: net: phy: realtek: expose temperature sensors eff00e2fb1 generic: refresh hack patches 419ef19dba kernel: backport improvement to page pool fragment handling from 6.7 642b5b6199 generic: mtk_eth_soc: reduce driver memory usage 454dbafd9b kernel: bump 6.6 to 6.6.73 ad98c322cc ath79: meraki-mr18: fix initramfs build Signed-off-by: Florian Maurer <f.maurer@outlook.de> --- modules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules b/modules index cae5fd6f..a9a2bd9d 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=939550bfbfc8423873348f890d2507eb6732ffec +OPENWRT_COMMIT=298654b9ab57b953b5c5d72cc69f1c46e0a5dd23 PACKAGES_GLUON_REPO=https://github.com/freifunk-gluon/packages.git PACKAGES_GLUON_COMMIT=3d08b0fee8dc5d96d8bcdb985fad1d5564de4022 -- GitLab