From c5c6ac8ce4bfcbd82aaf14cecb41f27473a753c8 Mon Sep 17 00:00:00 2001 From: Adrian Schmutzler Date: Tue, 8 Jun 2021 20:21:22 +0200 Subject: [PATCH] bsp: disable broken TP-Link CPE210/CPE510 v1 OpenWrt 21.02 only uses ath79, ar71xx has been dropped. However, in ath79 the TP-Link CPE210 v1 and CPE510 v1 are implemented as two-port devices. We currently do not support that in our firmware. Thus, disable both devices by commenting out their image selectors. Note that this will still build them, and only prevent having the images in our dedicated folder. If support is reestablished, this patch simply needs to be reverted. Signed-off-by: Adrian Schmutzler --- bsp/ath79-generic.bsp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bsp/ath79-generic.bsp b/bsp/ath79-generic.bsp index 0402ee23..b530d160 100644 --- a/bsp/ath79-generic.bsp +++ b/bsp/ath79-generic.bsp @@ -6,10 +6,10 @@ images=("openwrt-${chipset}-${subtarget}-glinet_gl-ar150-squashfs-*" "openwrt-${chipset}-${subtarget}-tplink_archer-c60-v2-squashfs-*" "openwrt-${chipset}-${subtarget}-tplink_archer-c7-v2-squashfs-*" "openwrt-${chipset}-${subtarget}-tplink_archer-c7-v5-squashfs-*" - "openwrt-${chipset}-${subtarget}-tplink_cpe210-v1-squashfs-*" +# "openwrt-${chipset}-${subtarget}-tplink_cpe210-v1-squashfs-*" "openwrt-${chipset}-${subtarget}-tplink_cpe210-v2-squashfs-*" "openwrt-${chipset}-${subtarget}-tplink_cpe210-v3-squashfs-*" - "openwrt-${chipset}-${subtarget}-tplink_cpe510-v1-squashfs-*" +# "openwrt-${chipset}-${subtarget}-tplink_cpe510-v1-squashfs-*" "openwrt-${chipset}-${subtarget}-tplink_tl-wdr3500-v1-squashfs-*" "openwrt-${chipset}-${subtarget}-tplink_tl-wdr3600-v1-squashfs-*" "openwrt-${chipset}-${subtarget}-tplink_tl-wdr4300-v1-squashfs-*"