diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2013-12-15 20:39:11 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2013-12-15 20:39:11 +0000 |
commit | 3e994a81d4f772c037264ea3c368d0714d4d4791 (patch) | |
tree | 4a3255fc694f030b9db0220d3ae4dcf03016340f /target/linux/ar71xx/base-files/lib | |
parent | e3e559fd5245650a1808556e83809f2fb55c1783 (diff) | |
download | upstream-3e994a81d4f772c037264ea3c368d0714d4d4791.tar.gz upstream-3e994a81d4f772c037264ea3c368d0714d4d4791.tar.bz2 upstream-3e994a81d4f772c037264ea3c368d0714d4d4791.zip |
ar71xx: add user space support for the TL-WA801ND v2
Patch to add the user space support for the TL-WA801ND v2
Signed-off-by: Jiri Pirko <jiri@resnulli.us>
Patchwork: http://patchwork.openwrt.org/patch/4501/
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 39064
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 0b18d0ce10..d89f097a08 100755 --- a/target/linux/ar71xx/base-files/lib/ar71xx.sh +++ b/target/linux/ar71xx/base-files/lib/ar71xx.sh @@ -471,6 +471,9 @@ ar71xx_board_detect() { *TL-WA850RE) name="tl-wa850re" ;; + *"TL-WA801ND v2") + name="tl-wa801nd-v2" + ;; *TL-WA901ND) name="tl-wa901nd" ;; diff --git a/target/linux/ar71xx/base-files/lib/upgrade/platform.sh b/target/linux/ar71xx/base-files/lib/upgrade/platform.sh index b5a7da7d6a..4aeb88f023 100755 --- a/target/linux/ar71xx/base-files/lib/upgrade/platform.sh +++ b/target/linux/ar71xx/base-files/lib/upgrade/platform.sh @@ -214,6 +214,7 @@ platform_check_image() { tl-wa7510n | \ tl-wa750re | \ tl-wa850re | \ + tl-wa801nd-v2 | \ tl-wa901nd | \ tl-wa901nd-v2 | \ tl-wdr3500 | \ |