summaryrefslogtreecommitdiffstats
path: root/target
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
commitea71239d8a194279e6e895d8da1cc155021ae6f1 (patch)
tree14ed36cf64be21de3f218cc6bf05a3b83f2a4e1a /target
parentddb29bebf526b540263a3806102a959475116b37 (diff)
downloadmaster-31e0f0ae-ea71239d8a194279e6e895d8da1cc155021ae6f1.tar.gz
master-31e0f0ae-ea71239d8a194279e6e895d8da1cc155021ae6f1.tar.bz2
master-31e0f0ae-ea71239d8a194279e6e895d8da1cc155021ae6f1.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> SVN-Revision: 35788
Diffstat (limited to 'target')
-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"
;;