From c9e1dd5e1c3e738a41bbe2ceaa20379689ddbcae Mon Sep 17 00:00:00 2001
From: Matthias Schiffer <mschiffer@universe-factory.net>
Date: Wed, 27 Sep 2023 22:01:00 +0200
Subject: [PATCH] modules: update openwrt

782341458c25 hostapd: fix mac address of interfaces created via wdev.uc
849f0ea65c8f hostapd: fix rare crash with AP+STA and ACS enabled
---
 modules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules b/modules
index 96b78b1d1..2b4cea627 100644
--- a/modules
+++ b/modules
@@ -2,7 +2,7 @@ GLUON_FEEDS='packages routing gluon'
 
 OPENWRT_REPO=https://github.com/openwrt/openwrt.git
 OPENWRT_BRANCH=openwrt-23.05
-OPENWRT_COMMIT=f4e4943d1ab6e38e3fcfc611d2665d5077a479b6
+OPENWRT_COMMIT=782341458c25edc4d4233bf70c950918380a0b97
 
 PACKAGES_PACKAGES_REPO=https://github.com/openwrt/packages.git
 PACKAGES_PACKAGES_BRANCH=openwrt-23.05
-- 
GitLab