diff options
author | John Crispin <blogic@openwrt.org> | 2014-08-28 06:27:45 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2014-08-28 06:27:45 +0000 |
commit | 6df3c5e310b78ae5a0fc82c7087093113a26a3b8 (patch) | |
tree | 696edd0a762f919a92a24406a0315478c5dac064 /target/linux/ar71xx/base-files/lib | |
parent | 147712018c6a59369cd98dbc5978397fdf0d2c53 (diff) | |
download | upstream-6df3c5e310b78ae5a0fc82c7087093113a26a3b8.tar.gz upstream-6df3c5e310b78ae5a0fc82c7087093113a26a3b8.tar.bz2 upstream-6df3c5e310b78ae5a0fc82c7087093113a26a3b8.zip |
ar71xx: add Support for RB2011UiAS-2HnD
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@42317 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 80a607c2dd..1e96b6dd44 100755 --- a/target/linux/ar71xx/base-files/lib/ar71xx.sh +++ b/target/linux/ar71xx/base-files/lib/ar71xx.sh @@ -499,6 +499,9 @@ ar71xx_board_detect() { *"RouterBOARD 2011UAS-2HnD") name="rb-2011uas-2hnd" ;; + *"RouterBOARD 2011UiAS-2HnD") + name="rb-2011uias-2hnd" + ;; *"RouterBOARD SXT Lite2") name="rb-sxt2n" ;; |