From 3f329643f9df5566d5a8775866c551fe772dc417 Mon Sep 17 00:00:00 2001 From: David Bauer <mail@david-bauer.net> Date: Fri, 23 Feb 2024 22:29:56 +0100 Subject: [PATCH] modules: update openwrt 48c81b80b2 wifi-scripts: Support HE Iftypes with multiple entries 60768064ce build: add explicit --no-show-signature for git 79a7195087 realtek: fix Netgear GS110TPP OEM install 31ae9728ff hostapd: fix FILS AKM selection with EAP-192 eda5930d43 generic: 5.15: backport upstream Aquantia PHY firmware loader patches 277d97e0d9 kernel: 5.15: update Aquantia PHY driver to v6.1 code c90901f088 mediatek: fix failsafe ethernet for NWA50AX Pro 1c28058710 kernel: bump 5.15 to 5.15.148 fbe86d0e91 linux: add dtb makefile target to targets list 183c0d530d kernel-build.mk: add support for compiling only DTS 80c8d65933 toolchain: glibc: Update glibc 2.37 to recent HEAD 633eb115b5 firmware-utils: Fix PKG_MIRROR_HASH b79583c975 wifi-scripts: fix fullmac phy detection --- modules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules b/modules index 7a30242b6..e7c1e535b 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=9e41117953e31ffe355416e962ecf0e000dc594d +OPENWRT_COMMIT=48c81b80b27731b41e882b992b5c7b0813073fba PACKAGES_GLUON_REPO=https://github.com/freifunk-gluon/packages.git PACKAGES_GLUON_COMMIT=3d08b0fee8dc5d96d8bcdb985fad1d5564de4022 -- GitLab