summaryrefslogtreecommitdiffstats
path: root/target/linux/ar71xx/base-files/lib/ar71xx.sh
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2013-07-28 10:23:37 +0000
committerGabor Juhos <juhosg@openwrt.org>2013-07-28 10:23:37 +0000
commit41d136f2c88e70aea3c9c536ff7361b4e181c6b9 (patch)
treec97518805e9524e01a09c35acae03109f74514b2 /target/linux/ar71xx/base-files/lib/ar71xx.sh
parent6d8163505efd3e72ab987957afa018957f0e3b4c (diff)
downloadmaster-31e0f0ae-41d136f2c88e70aea3c9c536ff7361b4e181c6b9.tar.gz
master-31e0f0ae-41d136f2c88e70aea3c9c536ff7361b4e181c6b9.tar.bz2
master-31e0f0ae-41d136f2c88e70aea3c9c536ff7361b4e181c6b9.zip
ar71xx: add user-space support for the WNR612 v2 board
Signed-off-by: Cezary Jackiewicz <cezary.jackiewicz@gmail.com> Patchwork: http://patchwork.openwrt.org/patch/3876/ Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 37576
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 d20b167511..14fdfb1e8f 100755
--- a/target/linux/ar71xx/base-files/lib/ar71xx.sh
+++ b/target/linux/ar71xx/base-files/lib/ar71xx.sh
@@ -501,6 +501,9 @@ ar71xx_board_detect() {
*WNR2000)
name="wnr2000"
;;
+ *"WNR612 V2")
+ name="wnr612-v2"
+ ;;
*WRT160NL)
name="wrt160nl"
;;