forked from Ivasoft/openwrt
ar71xx: add initial support for RB2011UAS-2HnD
SVN-Revision: 33349
This commit is contained in:
@@ -22,7 +22,8 @@ ja76pf2)
|
||||
;;
|
||||
|
||||
db120 |\
|
||||
rb-2011l)
|
||||
rb-2011l | \
|
||||
rb-2011uas-2hnd)
|
||||
ucidef_set_interfaces_lan_wan "eth0.1 eth1" "eth0.2"
|
||||
ucidef_add_switch "eth0" "1" "1"
|
||||
ucidef_add_switch_vlan "eth0" "1" "0t 2 3 4 5"
|
||||
|
||||
@@ -294,6 +294,9 @@ ar71xx_board_detect() {
|
||||
*"RouterBOARD 2011L")
|
||||
name="rb-2011l"
|
||||
;;
|
||||
*"RouterBOARD 2011UAS-2HnD")
|
||||
name="rb-2011uas-2hnd"
|
||||
;;
|
||||
*"Rocket M")
|
||||
name="rocket-m"
|
||||
;;
|
||||
|
||||
Reference in New Issue
Block a user