ramips-mt7620: remove factory images for Archer C20 v1

Upstream removed the factory images for the Archer C20 v1 as they
potentially brick the device. Remove them from Gluon to avoid build
failures on the next OpenWrt 19.07 bump.

Signed-off-by: David Bauer <mail@david-bauer.net>
This commit is contained in:
David Bauer 2021-02-28 12:21:19 +01:00
parent e511b3bcb4
commit 7d100bc4ca
1 changed files with 3 additions and 1 deletions

View File

@ -51,7 +51,9 @@ device('tp-link-archer-c2-v1', 'tplink_c2-v1', {
factory = false,
})
device('tp-link-archer-c20-v1', 'tplink_c20-v1')
device('tp-link-archer-c20-v1', 'tplink_c20-v1', {
factory = false,
})
device('tp-link-archer-c20i', 'ArcherC20i')