From 3d4b042c4bb4c8c1c6393ec5e4392c0455e4372a Mon Sep 17 00:00:00 2001 From: Gabor Juhos Date: Thu, 19 Sep 2013 16:56:50 +0000 Subject: ar71xx: add user-space support for the WNR2200 board Signed-off-by: Aidan Kissane Signed-off-by: Dirk Neukirchen Patchwork: http://patchwork.openwrt.org/patch/4055/ Signed-off-by: Gabor Juhos SVN-Revision: 38060 --- 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 e7fbfbe58a..b7dd4af96f 100755 --- a/target/linux/ar71xx/base-files/lib/ar71xx.sh +++ b/target/linux/ar71xx/base-files/lib/ar71xx.sh @@ -516,6 +516,9 @@ ar71xx_board_detect() { *WNR2000) name="wnr2000" ;; + *WNR2200) + name="wnr2200" + ;; *"WNR612 V2") name="wnr612-v2" ;; -- cgit v1.2.3