summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdrian Schmutzler2020-04-15 10:45:28 +0000
committerAdrian Schmutzler2020-04-15 11:02:05 +0000
commit286c407c3d8877e51fa90cbd830f2fedb3ad1f26 (patch)
tree825f85e9ecb29e78bfbfcfff67e06d9e7670b467
parent02c6deab8ca88785246e505fbc953389d23548c8 (diff)
downloadopenwrt-286c407c3d8877e51fa90cbd830f2fedb3ad1f26.tar.gz
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)
-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