diff options
| author | Adrian Schmutzler | 2020-04-15 10:45:28 +0000 |
|---|---|---|
| committer | Adrian Schmutzler | 2020-04-15 10:47:43 +0000 |
| commit | 508462a399c8a68fdcdf599a1aa17441bdaad20b (patch) | |
| tree | 5d78c75a76d48e0ab6ca39fa3343a26abb7a4f79 | |
| parent | ad19751edc21ae713bd95df6b93be64bd1e0c612 (diff) | |
| download | openwrt-508462a399c8a68fdcdf599a1aa17441bdaad20b.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>
| -rw-r--r-- | target/linux/ath79/image/tiny-tp-link.mk | 1 |
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 eff205f897..c6ef224da3 100644 --- a/target/linux/ath79/image/tiny-tp-link.mk +++ b/target/linux/ath79/image/tiny-tp-link.mk @@ -166,6 +166,7 @@ define Device/tplink_tl-wa901nd-v2 DEVICE_MODEL := TL-WA901ND DEVICE_VARIANT := v2 TPLINK_HWID := 0x09010002 + SUPPORTED_DEVICES += tl-wa901nd-v2 endef TARGET_DEVICES += tplink_tl-wa901nd-v2 |