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 <freifunk@adrianschmutzler.de>
This commit is contained in:
Adrian Schmutzler 2021-06-08 20:26:01 +02:00
parent c5c6ac8ce4
commit ccdec069ef
1 changed files with 3 additions and 3 deletions

View File

@ -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-*"
)