From a76d0f2210d18917a4161f7d2de52841496e9caf Mon Sep 17 00:00:00 2001 From: "aiyion.prime" Date: Thu, 24 Mar 2022 10:34:53 +0100 Subject: [PATCH 1/5] modules: update openwrt f65edc9b99 zlib: backport security fix for a reproducible crash in compressor fdd862f9ac sunxi: cortexa7: fix ethernet link detection on a20-olinuxino-lime2 4910ffa8e9 mvebu: udpu: include LM75 kmod by default d38f7ec56f mvebu: udpu: fix initramfs booting 56d69ee70d ath79: fix label MAC address for Ubiquiti UniFi c6256a6533 ramips: remove kmod-mt7663-firmware-sta from device packages 28343cfb7d kernel: backport DSA patches fixing null-pointer dereference --- modules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules b/modules index b2c60ea8..6a948389 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-21.02 -OPENWRT_COMMIT=180b750c02dd9dd066cf67ee7c3480eb0ec36b70 +OPENWRT_COMMIT=f65edc9b990c2bcc10c9e9fca29253adc6fe316d PACKAGES_PACKAGES_REPO=https://github.com/openwrt/packages.git PACKAGES_PACKAGES_BRANCH=openwrt-21.02 From ec2a6a790e051569534680d52e7a479bbe059526 Mon Sep 17 00:00:00 2001 From: "aiyion.prime" Date: Thu, 24 Mar 2022 10:35:06 +0100 Subject: [PATCH 2/5] modules: update packages c2aeec5ef xray-core: Update to 1.5.4 5eb1ab8a6 yq: Update to 4.23.1 a7a93cfcc python3: Update to 3.9.11, refresh patches --- modules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules b/modules index 6a948389..6d7092e2 100644 --- a/modules +++ b/modules @@ -6,7 +6,7 @@ OPENWRT_COMMIT=f65edc9b990c2bcc10c9e9fca29253adc6fe316d PACKAGES_PACKAGES_REPO=https://github.com/openwrt/packages.git PACKAGES_PACKAGES_BRANCH=openwrt-21.02 -PACKAGES_PACKAGES_COMMIT=762794d143b6734b706d07944598c04074685f99 +PACKAGES_PACKAGES_COMMIT=08a442fe9f7bc2bf1a967d702514c0e136ecde08 PACKAGES_ROUTING_REPO=https://github.com/openwrt/routing.git PACKAGES_ROUTING_BRANCH=openwrt-21.02 From da43083e01ad9f725877b80a2628f67e56281bf9 Mon Sep 17 00:00:00 2001 From: "aiyion.prime" Date: Thu, 24 Mar 2022 10:35:08 +0100 Subject: [PATCH 3/5] modules: update routing fc0b140 opennds: Release v9.7.0 (for 21.02) --- modules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules b/modules index 6d7092e2..da06aa08 100644 --- a/modules +++ b/modules @@ -10,7 +10,7 @@ PACKAGES_PACKAGES_COMMIT=08a442fe9f7bc2bf1a967d702514c0e136ecde08 PACKAGES_ROUTING_REPO=https://github.com/openwrt/routing.git PACKAGES_ROUTING_BRANCH=openwrt-21.02 -PACKAGES_ROUTING_COMMIT=5971f1937c76c771081f2b83de8e7263a28837b2 +PACKAGES_ROUTING_COMMIT=fc0b140689271efcd913059826b6f9567da2a3e0 PACKAGES_GLUON_REPO=https://github.com/freifunk-gluon/packages.git PACKAGES_GLUON_COMMIT=308166e3c6b2d571606dd1dbfadd2bb8e31d8f90 From aa5355f662139020768221626316e1a4163d758e Mon Sep 17 00:00:00 2001 From: "aiyion.prime" Date: Wed, 23 Mar 2022 17:31:18 +0100 Subject: [PATCH 4/5] ath79-generic: (re)add support for UniFi AP Gone due to commit 45c84a1 ("ar71xx: drop target") --- docs/user/supported_devices.rst | 4 ++++ targets/ath79-generic | 8 ++++++++ 2 files changed, 12 insertions(+) diff --git a/docs/user/supported_devices.rst b/docs/user/supported_devices.rst index b53aacf6..aac9ab43 100644 --- a/docs/user/supported_devices.rst +++ b/docs/user/supported_devices.rst @@ -54,6 +54,10 @@ ath79-generic - TL-WDR4300 (v1) - WBS210 (v2.0) +* Ubiquiti + + - UniFi AP + ath79-nand ---------- diff --git a/targets/ath79-generic b/targets/ath79-generic index cd005100..39fce838 100644 --- a/targets/ath79-generic +++ b/targets/ath79-generic @@ -135,3 +135,11 @@ device('tp-link-tl-wdr3600-v1', 'tplink_tl-wdr3600-v1') device('tp-link-tl-wdr4300-v1', 'tplink_tl-wdr4300-v1') device('tp-link-wbs210-v2', 'tplink_wbs210-v2') + +-- Ubiquiti + +device('ubiquiti-unifi-ap', 'ubnt_unifi', { + manifest_aliases = { + 'ubiquiti-unifi', + }, +}) From 71d3f4cad1f7d8259af856674f3e6d30272352be Mon Sep 17 00:00:00 2001 From: "aiyion.prime" Date: Thu, 24 Mar 2022 12:08:26 +0100 Subject: [PATCH 5/5] ath79-generic: (re)add support for UniFi AP LR Gone due to commit 45c84a1 ("ar71xx: drop target") --- docs/user/supported_devices.rst | 1 + targets/ath79-generic | 3 +++ 2 files changed, 4 insertions(+) diff --git a/docs/user/supported_devices.rst b/docs/user/supported_devices.rst index aac9ab43..ae9f9773 100644 --- a/docs/user/supported_devices.rst +++ b/docs/user/supported_devices.rst @@ -57,6 +57,7 @@ ath79-generic * Ubiquiti - UniFi AP + - UniFi AP LR ath79-nand ---------- diff --git a/targets/ath79-generic b/targets/ath79-generic index 39fce838..ed0bbbea 100644 --- a/targets/ath79-generic +++ b/targets/ath79-generic @@ -139,6 +139,9 @@ device('tp-link-wbs210-v2', 'tplink_wbs210-v2') -- Ubiquiti device('ubiquiti-unifi-ap', 'ubnt_unifi', { + aliases = { + 'ubiquiti-unifi-ap-lr', + }, manifest_aliases = { 'ubiquiti-unifi', },