diff options
author | John Crispin <john@openwrt.org> | 2016-02-12 08:30:28 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2016-02-12 08:30:28 +0000 |
commit | d6cb792d21273c7aa101dbfa1072534f35cabf96 (patch) | |
tree | 03d0d8223fce571742f4e281b4e1f1fd3aa4e73c /target/linux/ar71xx/base-files/lib/ar71xx.sh | |
parent | 8c7aa9b6e13f45fc0e78452b3a3e40ff2be8d700 (diff) | |
download | upstream-d6cb792d21273c7aa101dbfa1072534f35cabf96.tar.gz upstream-d6cb792d21273c7aa101dbfa1072534f35cabf96.tar.bz2 upstream-d6cb792d21273c7aa101dbfa1072534f35cabf96.zip |
ar71xx: Added support for TL-WA801NDv3
Signed-off-by: Tiziano Bacocco <tizbac2@gmail.com>
SVN-Revision: 48705
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 34d5741323..e5b7fec4dc 100755 --- a/target/linux/ar71xx/base-files/lib/ar71xx.sh +++ b/target/linux/ar71xx/base-files/lib/ar71xx.sh @@ -824,6 +824,9 @@ ar71xx_board_detect() { *"TL-WA801ND v2") name="tl-wa801nd-v2" ;; + *"TL-WA801ND v3") + name="tl-wa801nd-v3" + ;; *TL-WA901ND) name="tl-wa901nd" ;; |