summaryrefslogtreecommitdiffstats
path: root/target/linux/ar71xx/base-files/lib
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2013-04-26 17:00:54 +0000
committerGabor Juhos <juhosg@openwrt.org>2013-04-26 17:00:54 +0000
commit7c2632fbc595e53e305b7651c970cb0ec1bee1cc (patch)
treec767b2049e609d1b5c55541ecbff8ec758c0d733 /target/linux/ar71xx/base-files/lib
parentb29b7b65eaa2f39b3ea7596fc475e95748701430 (diff)
downloadmaster-31e0f0ae-7c2632fbc595e53e305b7651c970cb0ec1bee1cc.tar.gz
master-31e0f0ae-7c2632fbc595e53e305b7651c970cb0ec1bee1cc.tar.bz2
master-31e0f0ae-7c2632fbc595e53e305b7651c970cb0ec1bee1cc.zip
ar71xx: add user-space support for WNR2000v3
Signed-off-by: Mathieu Olivari <mathieu.olivari@gmail.com> Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 36461
Diffstat (limited to 'target/linux/ar71xx/base-files/lib')
-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 47d5f08b6f..b7056f2cea 100755
--- a/target/linux/ar71xx/base-files/lib/ar71xx.sh
+++ b/target/linux/ar71xx/base-files/lib/ar71xx.sh
@@ -459,6 +459,9 @@ ar71xx_board_detect() {
*"WNDR4300")
name="wndr4300"
;;
+ *"WNR2000 V3")
+ name="wnr2000-v3"
+ ;;
*WNR2000)
name="wnr2000"
;;