summaryrefslogtreecommitdiffstats
path: root/target/linux/ar71xx/base-files/lib/ar71xx.sh
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2012-09-09 14:05:32 +0000
committerGabor Juhos <juhosg@openwrt.org>2012-09-09 14:05:32 +0000
commitaa2f4d4c8d753a90136a165ff70e15a1eb090183 (patch)
tree4b9785d09e623792d7a3f32c93a3db87b3367fa3 /target/linux/ar71xx/base-files/lib/ar71xx.sh
parent3686e187272855915e42762426c6ea4fb15a2ba8 (diff)
downloadmaster-31e0f0ae-aa2f4d4c8d753a90136a165ff70e15a1eb090183.tar.gz
master-31e0f0ae-aa2f4d4c8d753a90136a165ff70e15a1eb090183.tar.bz2
master-31e0f0ae-aa2f4d4c8d753a90136a165ff70e15a1eb090183.zip
ar71xx: add initial support for RB2011UAS-2HnD
SVN-Revision: 33349
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 a007c4f531..8db983039c 100755
--- a/target/linux/ar71xx/base-files/lib/ar71xx.sh
+++ b/target/linux/ar71xx/base-files/lib/ar71xx.sh
@@ -294,6 +294,9 @@ ar71xx_board_detect() {
*"RouterBOARD 2011L")
name="rb-2011l"
;;
+ *"RouterBOARD 2011UAS-2HnD")
+ name="rb-2011uas-2hnd"
+ ;;
*"Rocket M")
name="rocket-m"
;;