diff options
author | John Crispin <john@openwrt.org> | 2014-08-28 06:27:45 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2014-08-28 06:27:45 +0000 |
commit | 254b2670e182bc95370c1f41018441170df0d1bc (patch) | |
tree | ecf33bc1fc2aebdd9eafaf491f1a6fd14c630172 /target/linux/ar71xx/base-files/lib/ar71xx.sh | |
parent | e47fbcbf1d7e64225a09a2c0e7fd5d5f6d06271c (diff) | |
download | mtk-20170518-254b2670e182bc95370c1f41018441170df0d1bc.zip mtk-20170518-254b2670e182bc95370c1f41018441170df0d1bc.tar.gz mtk-20170518-254b2670e182bc95370c1f41018441170df0d1bc.tar.bz2 |
ar71xx: add Support for RB2011UiAS-2HnD
SVN-Revision: 42317
Diffstat (limited to 'target/linux/ar71xx/base-files/lib/ar71xx.sh')
-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 80a607c..1e96b6d 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" ;; |