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:36:32 +0200 |
commit | e4678c6c01fac468f677633de1bc5116fafefc38 (patch) | |
tree | e19f6124a856eb10f9d653bb5e59ad2fca4e54c0 /target/linux | |
parent | 3a783e59ae0e6599a615fe199768da05609f3da0 (diff) | |
download | upstream-e4678c6c01fac468f677633de1bc5116fafefc38.tar.gz upstream-e4678c6c01fac468f677633de1bc5116fafefc38.tar.bz2 upstream-e4678c6c01fac468f677633de1bc5116fafefc38.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')
-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 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 |