mirror of https://github.com/hak5/openwrt-owl.git
ar71xx: add user-space support for RB2011UAS
Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 36793owl
parent
d6554bf66a
commit
50c59c4797
|
@ -47,6 +47,7 @@ archer-c7)
|
||||||
|
|
||||||
db120 |\
|
db120 |\
|
||||||
rb-2011l | \
|
rb-2011l | \
|
||||||
|
rb-2011uas |\
|
||||||
rb-2011uas-2hnd)
|
rb-2011uas-2hnd)
|
||||||
ucidef_set_interfaces_lan_wan "eth0.1 eth1" "eth0.2"
|
ucidef_set_interfaces_lan_wan "eth0.1 eth1" "eth0.2"
|
||||||
ucidef_add_switch "switch0" "1" "1"
|
ucidef_add_switch "switch0" "1" "1"
|
||||||
|
|
|
@ -354,6 +354,9 @@ ar71xx_board_detect() {
|
||||||
*"RouterBOARD 2011L")
|
*"RouterBOARD 2011L")
|
||||||
name="rb-2011l"
|
name="rb-2011l"
|
||||||
;;
|
;;
|
||||||
|
*"RouterBOARD 2011UAS")
|
||||||
|
name="rb-2011uas"
|
||||||
|
;;
|
||||||
*"RouterBOARD 2011UAS-2HnD")
|
*"RouterBOARD 2011UAS-2HnD")
|
||||||
name="rb-2011uas-2hnd"
|
name="rb-2011uas-2hnd"
|
||||||
;;
|
;;
|
||||||
|
|
Loading…
Reference in New Issue