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/ar71xx.sh | |
parent | e3e559fd5245650a1808556e83809f2fb55c1783 (diff) | |
download | mtk-20170518-3e994a81d4f772c037264ea3c368d0714d4d4791.zip mtk-20170518-3e994a81d4f772c037264ea3c368d0714d4d4791.tar.gz mtk-20170518-3e994a81d4f772c037264ea3c368d0714d4d4791.tar.bz2 |
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/ar71xx.sh')
-rwxr-xr-x | target/linux/ar71xx/base-files/lib/ar71xx.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/target/linux/ar71xx/base-files/lib/ar71xx.sh b/target/linux/ar71xx/base-files/lib/ar71xx.sh index 0b18d0c..d89f097 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" ;; |