From 41d136f2c88e70aea3c9c536ff7361b4e181c6b9 Mon Sep 17 00:00:00 2001 From: Gabor Juhos Date: Sun, 28 Jul 2013 10:23:37 +0000 Subject: ar71xx: add user-space support for the WNR612 v2 board Signed-off-by: Cezary Jackiewicz Patchwork: http://patchwork.openwrt.org/patch/3876/ Signed-off-by: Gabor Juhos SVN-Revision: 37576 --- target/linux/ar71xx/base-files/lib/ar71xx.sh | 3 +++ 1 file changed, 3 insertions(+) (limited to 'target/linux/ar71xx/base-files/lib/ar71xx.sh') diff --git a/target/linux/ar71xx/base-files/lib/ar71xx.sh b/target/linux/ar71xx/base-files/lib/ar71xx.sh index d20b167..14fdfb1 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" ;; -- cgit v1.1