diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2013-12-15 21:34:19 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2013-12-15 21:34:19 +0000 |
commit | 3af206abb3ddf8bbbc2d057fd209d5870568d46b (patch) | |
tree | b5f5dfe70cda6f954487de2803be358ff3553852 /target/linux/ar71xx/base-files/lib | |
parent | fd393c0b05d304e2ce4178a9cd7a9e9067532cc4 (diff) | |
download | upstream-3af206abb3ddf8bbbc2d057fd209d5870568d46b.tar.gz upstream-3af206abb3ddf8bbbc2d057fd209d5870568d46b.tar.bz2 upstream-3af206abb3ddf8bbbc2d057fd209d5870568d46b.zip |
ar71xx: add user-space support for the TP-Link TL-WA901ND v3 board
Based-on: http://patchwork.openwrt.org/patch/4508/
Signed-off-by: Martijn Zilverschoon <thefriedzombie@gmail.com>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 39074
Diffstat (limited to 'target/linux/ar71xx/base-files/lib')
-rwxr-xr-x | target/linux/ar71xx/base-files/lib/ar71xx.sh | 3 | ||||
-rwxr-xr-x | target/linux/ar71xx/base-files/lib/upgrade/platform.sh | 1 |
2 files changed, 4 insertions, 0 deletions
diff --git a/target/linux/ar71xx/base-files/lib/ar71xx.sh b/target/linux/ar71xx/base-files/lib/ar71xx.sh index d89f097a08..5f300df0e5 100755 --- a/target/linux/ar71xx/base-files/lib/ar71xx.sh +++ b/target/linux/ar71xx/base-files/lib/ar71xx.sh @@ -480,6 +480,9 @@ ar71xx_board_detect() { *"TL-WA901ND v2") name="tl-wa901nd-v2" ;; + *"TL-WA901ND v3") + name="tl-wa901nd-v3" + ;; *"TL-WDR3500") name="tl-wdr3500" ;; diff --git a/target/linux/ar71xx/base-files/lib/upgrade/platform.sh b/target/linux/ar71xx/base-files/lib/upgrade/platform.sh index 4aeb88f023..3c988ef937 100755 --- a/target/linux/ar71xx/base-files/lib/upgrade/platform.sh +++ b/target/linux/ar71xx/base-files/lib/upgrade/platform.sh @@ -217,6 +217,7 @@ platform_check_image() { tl-wa801nd-v2 | \ tl-wa901nd | \ tl-wa901nd-v2 | \ + tl-wa901nd-v3 | \ tl-wdr3500 | \ tl-wdr4300 | \ tl-wr703n | \ |