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>
(cherry picked from commit 7d100bc4ca)
This commit is contained in:
David Bauer 2021-02-28 12:21:19 +01:00 committed by Martin Weinelt
parent 7f836c3370
commit 2304f5c481
1 changed files with 3 additions and 1 deletions

View File

@ -42,7 +42,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')