aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2013-02-25 20:37:33 +0000
committerGabor Juhos <juhosg@openwrt.org>2013-02-25 20:37:33 +0000
commit62b64776078b94f5da264f79f678c580224ef1ab (patch)
treee5d7d0d54b869b8058c9ba33be4e511412e3ac42
parentd7e81493f3544f63cc58f9472039fc6078dad770 (diff)
downloadmaster-187ad058-62b64776078b94f5da264f79f678c580224ef1ab.tar.gz
master-187ad058-62b64776078b94f5da264f79f678c580224ef1ab.tar.bz2
master-187ad058-62b64776078b94f5da264f79f678c580224ef1ab.zip
ar71xx: add model detection for the TL-WA830RE board
Signed-off-by: Ronald Hecht <ronald.hecht@gmx.de> Signed-off-by: Gabor Juhos <juhosg@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35788 3c298f89-4303-0410-b956-a3cf2f4a3e73
-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 a9c03b6955..71bf58e05b 100755
--- a/target/linux/ar71xx/base-files/lib/ar71xx.sh
+++ b/target/linux/ar71xx/base-files/lib/ar71xx.sh
@@ -90,6 +90,9 @@ tplink_board_detect() {
"080100"*)
model="TP-Link TL-WA801N/ND"
;;
+ "083000"*)
+ model="TP-Link TL-WA830RE"
+ ;;
"084100"*)
model="TP-Link TL-WR841N/ND"
;;