summaryrefslogtreecommitdiff
path: root/target/linux/ar71xx/base-files/lib/ar71xx.sh
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2012-11-13 14:48:01 +0000
committerGabor Juhos <juhosg@openwrt.org>2012-11-13 14:48:01 +0000
commit165b7d2173a5fd2cc12e637d477df748710fd4f9 (patch)
treef151e7057521aa0f3966a0989b923d85b64cac24 /target/linux/ar71xx/base-files/lib/ar71xx.sh
parent91bab828aabe9d63df4408ffe3bd4e3d6d81073a (diff)
downloadmtk-20170518-165b7d2173a5fd2cc12e637d477df748710fd4f9.zip
mtk-20170518-165b7d2173a5fd2cc12e637d477df748710fd4f9.tar.gz
mtk-20170518-165b7d2173a5fd2cc12e637d477df748710fd4f9.tar.bz2
ar71xx: user space support for the TL-WA7510N
[juhosg: separated from the http://patchwork.openwrt.org/patch/2820/ patch] Signed-off-by: Stefan Helmert <helst_listen@aol.de> Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 34188
Diffstat (limited to 'target/linux/ar71xx/base-files/lib/ar71xx.sh')
-rwxr-xr-xtarget/linux/ar71xx/base-files/lib/ar71xx.sh3
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 430ef8c..0971a73 100755
--- a/target/linux/ar71xx/base-files/lib/ar71xx.sh
+++ b/target/linux/ar71xx/base-files/lib/ar71xx.sh
@@ -342,6 +342,9 @@ ar71xx_board_detect() {
*TL-MR3420)
name="tl-mr3420"
;;
+ *TL-WA7510N)
+ name="tl-wa7510n"
+ ;;
*TL-WA901ND)
name="tl-wa901nd"
;;