From bdd873744a2288993f36e919abfa11a69c832ace Mon Sep 17 00:00:00 2001
From: Tom Herbers <mail@tomherbers.de>
Date: Sat, 24 Jun 2023 11:39:49 +0200
Subject: [PATCH] modules: update openwrt

2034387af4 netfilter: fix typo in nf-socket and nf-tproxy kconfig
70e3f4e94d openssl: passing cflags to configure
287303b062 kernel: bump 5.10 to 5.10.184
920f2d9237 kernel: bump 5.10 to 5.10.183
ac5e37f832 kernel: bump 5.10 to 5.10.182
4b44bfe591 bcm63xx: fix NETGEAR DGND3700v2 boot loop
1a5e7d3f1c bmips: fix NETGEAR DGND3700v2 boot loop
e908856c43 kernel: mtd: bcm-wfi: add cferam name support
17f6001853 restool: update source.codeaurora.org repository link
ca669b7c07 ls-dpl: update source.codeaurora.org repository link
4a9eb94b5f bpf-headers: fix compilation with LLVM_IAS=1
afb4422702 openssl: bump to 1.1.1u
171b515192 kernel: bump 5.10 to 5.10.181
6bca11f496 kernel: bump 5.10 to 5.10.180
656e411454 ramips: add support for Keenetic Lite III rev. A
ce32068bf2 ca-certificates: Update to version 20230311
f4e4f5553d firmware: intel-microcode: update to 20230512
2c96dd6d4b firmware: intel-microcode: update to 20221108
3235300903 ipq-wifi: drop custom board-2.bins
b5a5751706 ipq40xx: R619AC: replace space with - separator in variant string
728afd14fa linux-firmware: move firmware file for mt7601u
9466152ea8 linux-firmware: update to 20230515
d2cc4ad326 linux-firmware: update to 20230310
320c919e39 linux-firmware: update to 20230117
b3ddc0941d linux-firmware: disable stripping
5fc704cdef linux-firmware: update to 20221214
d59e095fad linux-firmware: update to 20221109
ad3d63b273 linux-firmware: update to 20221012
91de737e9b linux-firmware: update to 20220913
d1365629e5 linux-firmware: update to 20220815
9c54ac6224 linux-firmware: Update to version 20220610
f3ccdf7ad6 linux-firmware: take linux-firmware.git's qca99x0 boardfile
8da1ba2c25 linux-firmware: Update to version 20220509
80fbad19ef ramips: correct page read return value of the mt7621 nand driver
80a99d9cf7 build: escape whitespaces in VERSION_DIST for Netgear images
30fca5413b fortify-headers: fix build error when _REDIR_TIME64 is not defined
4d6638464c fortify-headers: fix inconsistent time_t version of ppoll
695a22ab15 build: generate index.json
---
 modules                                                       | 2 +-
 ...ent-MLD-Querier-wake-up-calls-Android-bug-workaround.patch | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/modules b/modules
index 333b29b20..fefd5029c 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-22.03
-OPENWRT_COMMIT=e500494771537b9f42f78e4d907bed18b6383606
+OPENWRT_COMMIT=2034387af45f11c933e36ebdde4ca198c45068f9
 
 PACKAGES_PACKAGES_REPO=https://github.com/openwrt/packages.git
 PACKAGES_PACKAGES_BRANCH=openwrt-22.03
diff --git a/patches/openwrt/0007-kernel-bridge-Implement-MLD-Querier-wake-up-calls-Android-bug-workaround.patch b/patches/openwrt/0007-kernel-bridge-Implement-MLD-Querier-wake-up-calls-Android-bug-workaround.patch
index ec9641c03..56021388e 100644
--- a/patches/openwrt/0007-kernel-bridge-Implement-MLD-Querier-wake-up-calls-Android-bug-workaround.patch
+++ b/patches/openwrt/0007-kernel-bridge-Implement-MLD-Querier-wake-up-calls-Android-bug-workaround.patch
@@ -208,10 +208,10 @@ index 0000000000000000000000000000000000000000..e3da684dc950ea4c226705d27b23b047
 + 
 + int system_bridge_addif(struct device *bridge, struct device *dev)
 diff --git a/target/linux/generic/config-5.10 b/target/linux/generic/config-5.10
-index a348d4821ecef796c8c2b983a969b7becb7ae334..dad7baabe69f53ca9afeff8e9392397dd9dc35aa 100644
+index e17991500481407d6e9110038be856d119476a37..ab4db1bf7701b508195fda32c30c5dd541f0bfde 100644
 --- a/target/linux/generic/config-5.10
 +++ b/target/linux/generic/config-5.10
-@@ -738,6 +738,7 @@ CONFIG_BRIDGE=y
+@@ -737,6 +737,7 @@ CONFIG_BRIDGE=y
  # CONFIG_BRIDGE_EBT_T_NAT is not set
  # CONFIG_BRIDGE_EBT_VLAN is not set
  CONFIG_BRIDGE_IGMP_SNOOPING=y
-- 
GitLab