From ccdec069ef88e5c0176f798b9e6a6e29091b09ed Mon Sep 17 00:00:00 2001 From: Adrian Schmutzler Date: Tue, 8 Jun 2021 20:26:01 +0200 Subject: [PATCH] bsp: disable broken MT7621 devices OpenWrt 21.02 has switched all MT7621 devices to DSA. Since we do not support network config in this case, disable all these 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/ramips-mt7621.bsp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bsp/ramips-mt7621.bsp b/bsp/ramips-mt7621.bsp index c06e41a8..75718001 100644 --- a/bsp/ramips-mt7621.bsp +++ b/bsp/ramips-mt7621.bsp @@ -2,7 +2,7 @@ chipset=ramips subtarget=mt7621 images=( - "openwrt-ramips-mt7621-netgear_r6220-squashfs-*" - "openwrt-ramips-mt7621-ubnt_edgerouter-x-squashfs-*" - "openwrt-ramips-mt7621-ubnt_edgerouter-x-sfp-squashfs-*" +# "openwrt-ramips-mt7621-netgear_r6220-squashfs-*" +# "openwrt-ramips-mt7621-ubnt_edgerouter-x-squashfs-*" +# "openwrt-ramips-mt7621-ubnt_edgerouter-x-sfp-squashfs-*" )