ar71xx: add user-space support for RB2011UAS

Signed-off-by: Gabor Juhos <juhosg@openwrt.org>

SVN-Revision: 36793
This commit is contained in:
Gabor Juhos 2013-05-30 17:38:15 +00:00
parent d6554bf66a
commit 50c59c4797
2 changed files with 4 additions and 0 deletions

View File

@ -47,6 +47,7 @@ archer-c7)
db120 |\
rb-2011l | \
rb-2011uas |\
rb-2011uas-2hnd)
ucidef_set_interfaces_lan_wan "eth0.1 eth1" "eth0.2"
ucidef_add_switch "switch0" "1" "1"

View File

@ -354,6 +354,9 @@ ar71xx_board_detect() {
*"RouterBOARD 2011L")
name="rb-2011l"
;;
*"RouterBOARD 2011UAS")
name="rb-2011uas"
;;
*"RouterBOARD 2011UAS-2HnD")
name="rb-2011uas-2hnd"
;;