From 6dfd6ee83407b623d73a3d9e809e020b20211d31 Mon Sep 17 00:00:00 2001 From: Tom Herbers Date: Fri, 16 Sep 2022 19:04:50 +0200 Subject: [PATCH 1/2] modules: update openwrt 81388f74b5 scripts/download.pl: fix downloads with wget b8cbca8ac8 scripts/download.pl: silence can't exec curl warning 340b138932 scripts: always check certificates b5e39355e4 tools: remove xxd package b531611f57 build: provide xxd -i with scripts/xxdi.pl 542447b93e scripts: xxdi.pl: add xxd -i compat mode 4c795af58b scripts: xxdi.pl: remove File::Slurp dependency a352e30b8f scripts: add xxdi.pl b3fa0241e2 mac80211: backport tx queueing bugfixes add a bug fix for a rare crash 94372ab6e4 bcm53xx: update NVMEM driver for NVRAM cae4d089bc kernel: backport mtd dynamic partition patch --- modules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules b/modules index a38f1257..659555cd 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=308f0831f7615645c9a49dc601b4db6c52937893 +OPENWRT_COMMIT=81388f74b58e98d79274a788b442b7a1aa8a11c7 PACKAGES_PACKAGES_REPO=https://github.com/openwrt/packages.git PACKAGES_PACKAGES_BRANCH=openwrt-22.03 From 1417467bd4e598d2b3dc20e0f56baa7183fbcb0e Mon Sep 17 00:00:00 2001 From: Tom Herbers Date: Fri, 16 Sep 2022 19:05:01 +0200 Subject: [PATCH 2/2] modules: update packages 219b0a1e5 python-flask-socketio: update to 5.3.1 20da9e28b adblock: update 4.1.4-2 aaf90f333 adblock: update 4.1.4 6b13e6e67 yt-dlp: update to 2022.9.1 78d60b3c0 knot: update to version 3.2.1 b3373efe5 python3: backport and fix target musl libc detection cd3d6156f aria2: Fix aria2.init start issue Re-mount '$config_file' inside the '$config_dir' will cause aria2 process unable to start. --- modules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules b/modules index 659555cd..bd60b1c8 100644 --- a/modules +++ b/modules @@ -6,7 +6,7 @@ OPENWRT_COMMIT=81388f74b58e98d79274a788b442b7a1aa8a11c7 PACKAGES_PACKAGES_REPO=https://github.com/openwrt/packages.git PACKAGES_PACKAGES_BRANCH=openwrt-22.03 -PACKAGES_PACKAGES_COMMIT=f8fec60bdc83a270abbe74361cb1cd766a20176d +PACKAGES_PACKAGES_COMMIT=219b0a1e5888a48d4460f7557e4e7f86b959f122 PACKAGES_ROUTING_REPO=https://github.com/openwrt/routing.git PACKAGES_ROUTING_BRANCH=openwrt-22.03