diff options
author | Johann Neuhauser <johann@it-neuhauser.de> | 2018-08-13 15:07:55 +0200 |
---|---|---|
committer | Mathias Kresin <dev@kresin.me> | 2018-08-14 10:19:37 +0200 |
commit | cc35c91f56339a46138de84b680e33f0c633acb7 (patch) | |
tree | f024a543b173b4c1ea3afe0bb30daa9ad1f6cb77 /target/linux/ath79/image/tiny-tp-link.mk | |
parent | 9c6c7d11c795cd632c4d736577d7bb65ed35d729 (diff) | |
download | upstream-cc35c91f56339a46138de84b680e33f0c633acb7.tar.gz upstream-cc35c91f56339a46138de84b680e33f0c633acb7.tar.bz2 upstream-cc35c91f56339a46138de84b680e33f0c633acb7.zip |
ath79: fix sysupgrade TP-Link WR841v9
Remove SUPPORTED_DEVICES from wr841-v9 because it´s not needed and
for consistency rename everything to tl-wr841-v9.
Signed-off-by: Johann Neuhauser <johann@it-neuhauser.de>
Diffstat (limited to 'target/linux/ath79/image/tiny-tp-link.mk')
-rw-r--r-- | target/linux/ath79/image/tiny-tp-link.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/target/linux/ath79/image/tiny-tp-link.mk b/target/linux/ath79/image/tiny-tp-link.mk index 6aefd9e14c..23d875ade5 100644 --- a/target/linux/ath79/image/tiny-tp-link.mk +++ b/target/linux/ath79/image/tiny-tp-link.mk @@ -123,7 +123,6 @@ define Device/tplink_tl-wr841-v9 ATH_SOC := qca9533 DEVICE_TITLE := TP-LINK TL-WR841N/ND v9 TPLINK_HWID := 0x08410009 - SUPPORTED_DEVICES += tl-wr841n-v9 endef TARGET_DEVICES += tplink_tl-wr841-v9 |