summaryrefslogtreecommitdiff
path: root/target/linux/ar71xx/base-files/lib/ar71xx.sh
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2013-09-19 16:56:50 +0000
committerGabor Juhos <juhosg@openwrt.org>2013-09-19 16:56:50 +0000
commit3d4b042c4bb4c8c1c6393ec5e4392c0455e4372a (patch)
tree1d82d19cf23937f54b8b1e1ea6afc2314203ef1c /target/linux/ar71xx/base-files/lib/ar71xx.sh
parent49ed06e36f9f80e5e02860dafa5cdfb83a743954 (diff)
downloadmtk-20170518-3d4b042c4bb4c8c1c6393ec5e4392c0455e4372a.zip
mtk-20170518-3d4b042c4bb4c8c1c6393ec5e4392c0455e4372a.tar.gz
mtk-20170518-3d4b042c4bb4c8c1c6393ec5e4392c0455e4372a.tar.bz2
ar71xx: add user-space support for the WNR2200 board
Signed-off-by: Aidan Kissane <aidankissane@googlemail.com> Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de> Patchwork: http://patchwork.openwrt.org/patch/4055/ Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 38060
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 e7fbfbe..b7dd4af 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"
;;