From 5961575c33b6cff23d037760d9b687a8f0554f56 Mon Sep 17 00:00:00 2001 From: David Bauer <mail@david-bauer.net> Date: Tue, 17 Jan 2023 14:15:02 +0100 Subject: [PATCH] modules: update openwrt 807483d336 dosfstools: switch to AC_CHECK_LIB 3bc6d2af76 tools/dosfstools: fix PKG_SOURCE c0b4303d2e toolchaini/gcc: fix libstdc++ dual abi model aa5023b9cd scripts/dl_github_archieve.py: fix generating unreproducible tar e88e0ace7a ksmbd: Fix ZDI-CAN-18259 aca915e847 ksmbd: update to 3.4.6 4b7f9e42e2 lantiq-xrx200: fix wan LED on o2 box 6431 7c10b7b6f0 CI: build: fix external toolchain use with release tag tests b08e1e978c OpenWrt v22.03.3: revert to branch defaults 221fbfa2d8 OpenWrt v22.03.3: adjust config defaults 43d71ad93e mac80211: Do not build brcmsmac on bcm47xx_legacy 181390f57d uml: fix 5.10 build 1fd2f9f7be kernel: Add missing kernel configuration options 8446d22aaa gdb: Do not link against xxhash 558aa1f482 odhcpd: fix null pointer dereference for INFORM messages af4f635eed ipq40xx: sysupgrade: allow flashing Linksys factory firmware 4bda308657 base-files: stage2: add 'tail' to sysupgrade environment 2f1b73b70d treewide: Trigger reinstall of all wolfssl dependencies 77e2a24e62 wolfssl: update to 5.5.4-stable 158a33591d mbedtls: update to version 2.28.2 b23cab2fcf toolchain: gcc: import patch fixing asm machine directive for powerpc 6be9e3e636 kernel: remove hack patch, move kirkwood specific kmods to target modules.mk b1722a048a kernel: bump 5.10 to 5.10.161 cdce4a0bfa uhttpd: update to latest Git HEAD --- 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 bef9c75fc..cb17f474f 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=6c3e16055ae5d79205812e8436110fd862266c94 +OPENWRT_COMMIT=807483d3365f3dd011e3790695512d443cf2f267 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 e7b7a7cea..987050ac5 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 efc0861f1c99eedb29d40ea0e6f52a26008c901b..a99c836e2f9413936f010ef53f1f3d3c82d46dff 100644 +index 4a17e635b2b4ff62e362c1815723aeaf30b1b443..9b11be8fcd59836a0c6351babae78343658a80f2 100644 --- a/target/linux/generic/config-5.10 +++ b/target/linux/generic/config-5.10 -@@ -737,6 +737,7 @@ CONFIG_BRIDGE=y +@@ -738,6 +738,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