projects
/
openwrt
/
staging
/
lynxis.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ad19751
)
ath79: add SUPPORTED_DEVICES for TP-Link TL-WA901ND v2
author
Adrian Schmutzler
<
[email protected]
>
Wed, 15 Apr 2020 10:45:28 +0000
(12:45 +0200)
committer
Adrian Schmutzler
<
[email protected]
>
Wed, 15 Apr 2020 10:47:43 +0000
(12:47 +0200)
This adds the board name from ar71xx to support upgrade without
-F for the TP-Link TL-WA901ND v2.
Signed-off-by: Adrian Schmutzler <
[email protected]
>
target/linux/ath79/image/tiny-tp-link.mk
patch
|
blob
|
history
diff --git
a/target/linux/ath79/image/tiny-tp-link.mk
b/target/linux/ath79/image/tiny-tp-link.mk
index eff205f897c33507d85d7cbb9d481487960559db..c6ef224da324f1da2806c8ccef74292c4710251a 100644
(file)
--- 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