diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2013-05-30 17:38:15 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2013-05-30 17:38:15 +0000 |
commit | 50c59c4797795723217feaf517f091aa3bbe9b00 (patch) | |
tree | 23ace4d7710271d0383f6ab2225b96c69f0ba8e0 /target/linux/ar71xx/base-files/lib | |
parent | d6554bf66a4f055e9a02ce4fccf0162122ab8b81 (diff) | |
download | upstream-50c59c4797795723217feaf517f091aa3bbe9b00.tar.gz upstream-50c59c4797795723217feaf517f091aa3bbe9b00.tar.bz2 upstream-50c59c4797795723217feaf517f091aa3bbe9b00.zip |
ar71xx: add user-space support for RB2011UAS
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 36793
Diffstat (limited to 'target/linux/ar71xx/base-files/lib')
-rwxr-xr-x | target/linux/ar71xx/base-files/lib/ar71xx.sh | 3 |
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 31c56aa448..05e1093737 100755 --- a/target/linux/ar71xx/base-files/lib/ar71xx.sh +++ b/target/linux/ar71xx/base-files/lib/ar71xx.sh @@ -354,6 +354,9 @@ ar71xx_board_detect() { *"RouterBOARD 2011L") name="rb-2011l" ;; + *"RouterBOARD 2011UAS") + name="rb-2011uas" + ;; *"RouterBOARD 2011UAS-2HnD") name="rb-2011uas-2hnd" ;; |