aboutsummaryrefslogtreecommitdiffstats
path: root/target
diff options
context:
space:
mode:
authorAdrian Schmutzler <freifunk@adrianschmutzler.de>2020-04-15 12:45:28 +0200
committerAdrian Schmutzler <freifunk@adrianschmutzler.de>2020-04-15 13:02:05 +0200
commit286c407c3d8877e51fa90cbd830f2fedb3ad1f26 (patch)
tree825f85e9ecb29e78bfbfcfff67e06d9e7670b467 /target
parent02c6deab8ca88785246e505fbc953389d23548c8 (diff)
downloadupstream-286c407c3d8877e51fa90cbd830f2fedb3ad1f26.tar.gz
upstream-286c407c3d8877e51fa90cbd830f2fedb3ad1f26.tar.bz2
upstream-286c407c3d8877e51fa90cbd830f2fedb3ad1f26.zip
ath79: add SUPPORTED_DEVICES for TP-Link TL-WA901ND v2
This adds the board name from ar71xx to support upgrade without -F for the TP-Link TL-WA901ND v2. Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de> (cherry picked from commit 508462a399c8a68fdcdf599a1aa17441bdaad20b)
Diffstat (limited to 'target')
-rw-r--r--target/linux/ath79/image/tiny-tp-link.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/ath79/image/tiny-tp-link.mk b/target/linux/ath79/image/tiny-tp-link.mk
index 6a3734d814..22aef0a417 100644
--- a/target/linux/ath79/image/tiny-tp-link.mk
+++ b/target/linux/ath79/image/tiny-tp-link.mk
@@ -75,6 +75,7 @@ define Device/tplink_tl-wa901nd-v2
ATH_SOC := ar9132
DEVICE_TITLE := TP-Link TL-WA901ND v2
TPLINK_HWID := 0x09010002
+ SUPPORTED_DEVICES += tl-wa901nd-v2
endef
TARGET_DEVICES += tplink_tl-wa901nd-v2