diff options
author | Steffen Förster <steffen@chemnitz.freifunk.net> | 2018-09-24 22:37:22 +0200 |
---|---|---|
committer | Mathias Kresin <dev@kresin.me> | 2018-09-26 20:35:07 +0200 |
commit | 8480907e7074de14f76335a20e4880ef89ae5135 (patch) | |
tree | d57a6f660a1bb74676063cc0f1260274a1176749 /target/linux/ramips | |
parent | 8e6bc1a5beec6a9829ad77e0b8ace2ab106772ee (diff) | |
download | upstream-8480907e7074de14f76335a20e4880ef89ae5135.tar.gz upstream-8480907e7074de14f76335a20e4880ef89ae5135.tar.bz2 upstream-8480907e7074de14f76335a20e4880ef89ae5135.zip |
ramips: fix Archer C20 sysupgrade
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 <steffen@chemnitz.freifunk.net>
[drop the SUPPORTED_DEVICES, the old name was never used in a release]
Signed-off-by: Mathias Kresin <dev@kresin.me>
Diffstat (limited to 'target/linux/ramips')
-rw-r--r-- | target/linux/ramips/image/mt7620.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/target/linux/ramips/image/mt7620.mk b/target/linux/ramips/image/mt7620.mk index 7ce3e0a70c..b0d2b2a8f9 100644 --- a/target/linux/ramips/image/mt7620.mk +++ b/target/linux/ramips/image/mt7620.mk @@ -516,7 +516,6 @@ TARGET_DEVICES += tplink_c2-v1 define Device/tplink_c20-v1 $(Device/Archer) DTS := ArcherC20v1 - SUPPORTED_DEVICES := c20v1 TPLINK_FLASHLAYOUT := 8Mmtk TPLINK_HWID := 0xc2000001 TPLINK_HWREV := 0x44 |