From f3c7f340b825b8b80b4f3feb120584e955ae7dda Mon Sep 17 00:00:00 2001 From: David Bauer Date: Sun, 5 Mar 2023 20:30:51 +0100 Subject: [PATCH 1/4] modules: update openwrt 0a32f66fea generic: remove patch for unused kernel version ea6fb9c16d generic: MIPS: Add barriers between dcache & icache flushes 7b05a8d05d kernel: fix mtk dsa tag padding cfce8ab388 kernel: can: fix MCP251x CAN controller module autoload 55a48b0957 kernel: bump 5.10 to 5.10.168 a66e53d8ed kernel: bump 5.10 to 5.10.167 3167f7c9fa openssl: bump to 1.1.1t --- modules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules b/modules index e7a1b189..534bfd67 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=f7541aecdc0658051f492016733a64a1de4904bd +OPENWRT_COMMIT=0a32f66fea95cabc5d21c945678d918bed8cca47 PACKAGES_PACKAGES_REPO=https://github.com/openwrt/packages.git PACKAGES_PACKAGES_BRANCH=openwrt-22.03 From 989a16d1031d9e9c82b0f66ad319b7dcc0cd60df Mon Sep 17 00:00:00 2001 From: David Bauer Date: Sun, 5 Mar 2023 20:31:00 +0100 Subject: [PATCH 2/4] modules: update packages f06652bc1 v2raya: drop wrong patches b6fab0750 yq: Update to 4.31.2 614680d93 yq: Update to 4.31.1 781be9731 cloudflared: Update to 2023.3.0 889028f86 cloudflared: Update to 2023.2.2 4b630ba72 sed: remove old libpcre dependency 3e2c1336a msgpack-c: Update to 5.0.0 43ae97707 golang: Update to 1.19.6 692052b8c node: bump to v16.19.1 2fcba9a46 zerotier: update to 1.10.3 651c73467 git: update to 2.34.7 656835201 https-dns-proxy: 2022-10-15-11 update 0790a0626 cloudreve: Update to 3.7.1 11780f597 gg: Update to 0.2.18 a4393e648 dnsproxy: Update to 0.47.0 2ccdd6d27 kcptun: update to version 20230207 48d58b61c simple-adblock: bugfix: ensure directory for jsonFile is created b0050dc7f simple-adblock: implement procd_boot_wan_timeout support fc70290d5 adblock: update 4.1.5-6 1e59e5d12 snowflake: update to v2.5.1 c13c734e3 django: bump to version 4.0.10 d3c9e5200 irqbalance: Add upstream fix for AARCH64 irq name parsing f38c9e1d2 simple-adblock: update to 1.9.4-1 1c0d2ce41 adblock: update 4.1.5-5 --- modules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules b/modules index 534bfd67..07e9910e 100644 --- a/modules +++ b/modules @@ -6,7 +6,7 @@ OPENWRT_COMMIT=0a32f66fea95cabc5d21c945678d918bed8cca47 PACKAGES_PACKAGES_REPO=https://github.com/openwrt/packages.git PACKAGES_PACKAGES_BRANCH=openwrt-22.03 -PACKAGES_PACKAGES_COMMIT=3dbffe64bf36c3a8f4407654ae8569273e4c4cbd +PACKAGES_PACKAGES_COMMIT=f06652bc117bb5af42db5f87fe5371a071a38064 PACKAGES_ROUTING_REPO=https://github.com/openwrt/routing.git PACKAGES_ROUTING_BRANCH=openwrt-22.03 From 53b84e3424e57e01768160dad23e8ecc4fd30ceb Mon Sep 17 00:00:00 2001 From: David Bauer Date: Sun, 5 Mar 2023 20:31:04 +0100 Subject: [PATCH 3/4] modules: update routing cc1dd76 bird2: bump to version 2.0.12 --- modules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules b/modules index 07e9910e..21d18329 100644 --- a/modules +++ b/modules @@ -10,7 +10,7 @@ PACKAGES_PACKAGES_COMMIT=f06652bc117bb5af42db5f87fe5371a071a38064 PACKAGES_ROUTING_REPO=https://github.com/openwrt/routing.git PACKAGES_ROUTING_BRANCH=openwrt-22.03 -PACKAGES_ROUTING_COMMIT=83bc4fc999855f7d2507e936ea8206f06ba6c62b +PACKAGES_ROUTING_COMMIT=cc1dd763e08cc03926883a8943212f7edf2bf2ce PACKAGES_GLUON_REPO=https://github.com/freifunk-gluon/packages.git PACKAGES_GLUON_COMMIT=04d2b6ffbb6ee02012f2733b7752d8db0d12eaff From ec57f6c6669af9052faf5e231b03c23763455870 Mon Sep 17 00:00:00 2001 From: David Bauer Date: Sun, 5 Mar 2023 20:31:57 +0100 Subject: [PATCH 4/4] ath79-generic: remove workaround Now that OpenWrt implements a proper fix for the stalled boots on 74kc boards, the previous workaround can be removed. Signed-off-by: David Bauer --- targets/ath79-generic | 4 ---- 1 file changed, 4 deletions(-) diff --git a/targets/ath79-generic b/targets/ath79-generic index 1a8ddcc7..339f0b27 100644 --- a/targets/ath79-generic +++ b/targets/ath79-generic @@ -1,7 +1,3 @@ --- modify kernel builds slightly to work around a boot hang on various device --- based on the QCA9563 SoC - especially the Unifi AC-* devices -config('KERNEL_AIO', true) - -- enforce mainline ath10k kmod/firmware over openwrt default ath10k-ct usage -- ath10k-ct is unstable/broken with 11s meshing, works only wave2 chipsets