From e4678c6c01fac468f677633de1bc5116fafefc38 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Steffen=20F=C3=B6rster?= Date: Mon, 24 Sep 2018 22:37:22 +0200 Subject: ramips: fix Archer C20 sysupgrade MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The sysupgrade image failed the check due to the wrong string in the supported devices. This patch provides the correct name by dropping the SUPPORTED_DEVICES to use the default generated name. Signed-off-by: Steffen Förster [drop the SUPPORTED_DEVICES, the old name was never used in a release] Signed-off-by: Mathias Kresin --- target/linux/ramips/image/mt7620.mk | 1 - 1 file changed, 1 deletion(-) (limited to 'target/linux/ramips/image/mt7620.mk') diff --git a/target/linux/ramips/image/mt7620.mk b/target/linux/ramips/image/mt7620.mk index f043c14121..f627627192 100644 --- a/target/linux/ramips/image/mt7620.mk +++ b/target/linux/ramips/image/mt7620.mk @@ -475,7 +475,6 @@ TARGET_DEVICES += tiny-ac define Device/tplink_c20-v1 $(Device/Archer) DTS := ArcherC20v1 - SUPPORTED_DEVICES := c20v1 TPLINK_FLASHLAYOUT := 8Mmtk TPLINK_HWID := 0xc2000001 TPLINK_HWREV := 0x44 -- cgit v1.2.3