From 7d100bc4caaa9463e13f5280fb674a686b61a6e6 Mon Sep 17 00:00:00 2001 From: David Bauer Date: Sun, 28 Feb 2021 12:21:19 +0100 Subject: [PATCH] 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 --- targets/ramips-mt7620 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/targets/ramips-mt7620 b/targets/ramips-mt7620 index 9b59abb0..1cb61e5f 100644 --- a/targets/ramips-mt7620 +++ b/targets/ramips-mt7620 @@ -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')