From a625ae4feb700b31747c26fed40cfeba89898e99 Mon Sep 17 00:00:00 2001 From: Tom Herbers <mail@tomherbers.de> Date: Thu, 12 Dec 2024 17:30:30 +0100 Subject: [PATCH] modules: update openwrt aa1241e979 wifi-scripts: fix failing mesh setup with missing wpa_supplicant 28de3ffefa netifd: check if /sbin/wifi exists before calling it 6c664135f9 netifd: update to Git 768027c5a7640137857f412f554227abd6160cdd (2024-11-27) 620aa80064 mediatek: MERCUSYS MR90X v1: add OpenWrt U-Boot (UBI) layout 24bddf68bd uboot-mediatek: add MERCUSYS MR90X v1 support d79a70542b arm-trusted-firmware-mediatek: add mt7986-spim-nand-ddr3 build d48e499fc1 mediatek: filogic: Migrate wifi configuration device paths b9df2d79b6 mediatek: filogic: prevent faulty mac address assignment 5afd3daeba bpftool: turn off libbfd feature in host build 1eba94e67b mac80211: realtek: add RTL8812au/RTL8821au support 8a4ce69eea mac80211: realtek: backport support for RTL8812AU/RTL8821AU 2b45e93113 linux-firmware: realtek: add RTL8812AU/RTL8821AU firmware 4bfe5ccd11 linux-firmware: update to 20241110 863d1a634e qualcommax: ipq807x: add Netgear DEVICE_VARS --- modules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules b/modules index 0fa4d2ea..13c611d7 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=45f9f1551223b516cccbcca1e252e722bb3dbc08 +OPENWRT_COMMIT=aa1241e9794c2c03b74f14fef8530507ee4fc2f7 PACKAGES_GLUON_REPO=https://github.com/freifunk-gluon/packages.git PACKAGES_GLUON_COMMIT=3d08b0fee8dc5d96d8bcdb985fad1d5564de4022 -- GitLab