summaryrefslogtreecommitdiffstats
path: root/target
diff options
context:
space:
mode:
authorStijn Segers <foss@volatilesystems.org>2021-02-19 00:53:26 +0100
committerAdrian Schmutzler <freifunk@adrianschmutzler.de>2021-02-19 20:13:26 +0100
commita36d2ee310c65dce947c8a229091eb35e24e76a0 (patch)
treed567b21e34e84b8e59c506b74742de2dd86df334 /target
parent6aef4bc7c396d19690ef989143d0bbcbb0fbdde1 (diff)
downloadopenwrt-a36d2ee310c65dce947c8a229091eb35e24e76a0.tar.gz
openwrt-a36d2ee310c65dce947c8a229091eb35e24e76a0.tar.bz2
openwrt-a36d2ee310c65dce947c8a229091eb35e24e76a0.zip
ramips: remove factory image for TP-Link Archer C20 v1
Similarly to the Archer C2 v1, the Archer C20 v1 will brick when one tries to flash an OpenWrt factory image through the TP-Link web UI. The wiki page contains an explicit warning about this [1]. Disable the factory image altogether since it serves no purpose. [1] https://openwrt.org/toh/tp-link/tp-link_archer_c20_v1#installation Signed-off-by: Stijn Segers <foss@volatilesystems.org> (backported from commit 0265cba40ad4f2b8ff4473ada123c35b53ffd97a)
Diffstat (limited to 'target')
-rw-r--r--target/linux/ramips/image/mt7620.mk1
1 files changed, 0 insertions, 1 deletions
diff --git a/target/linux/ramips/image/mt7620.mk b/target/linux/ramips/image/mt7620.mk
index 0347ff227f..40ebc6373d 100644
--- a/target/linux/ramips/image/mt7620.mk
+++ b/target/linux/ramips/image/mt7620.mk
@@ -643,7 +643,6 @@ define Device/tplink_c20-v1
TPLINK_HWID := 0xc2000001
TPLINK_HWREV := 0x44
TPLINK_HWREVADD := 0x1
- IMAGES += factory.bin
DEVICE_TITLE := TP-Link ArcherC20 v1
DEVICE_PACKAGES := kmod-mt76x0e kmod-usb2 kmod-usb-ohci kmod-usb-ledtrig-usbport
endef