forked from Ivasoft/openwrt
ar71xx: add support for Mikrotik RouterBOARD 2011UiAS-2HnD r2
This board got a new hardware revision, without any change in functionality. Signed-off-by: Koen Vandeputte <koen.vandeputte@ncentric.com>
This commit is contained in:
@@ -673,7 +673,8 @@ rb-2011l|\
|
||||
rb-2011uas|\
|
||||
rb-2011uas-2hnd|\
|
||||
rb-2011uias|\
|
||||
rb-2011uias-2hnd)
|
||||
rb-2011uias-2hnd|\
|
||||
rb-2011uias-2hnd-r2)
|
||||
ucidef_set_led_switch "eth6" "ETH6" "rb:green:eth6" "switch1" "0x20"
|
||||
ucidef_set_led_switch "eth7" "ETH7" "rb:green:eth7" "switch1" "0x10"
|
||||
ucidef_set_led_switch "eth8" "ETH8" "rb:green:eth8" "switch1" "0x08"
|
||||
|
||||
@@ -335,12 +335,14 @@ ar71xx_setup_interfaces()
|
||||
rb-2011uas|\
|
||||
rb-2011uas-2hnd|\
|
||||
rb-2011uias|\
|
||||
rb-2011uias-2hnd)
|
||||
rb-2011uias-2hnd|\
|
||||
rb-2011uias-2hnd-r2)
|
||||
case "$board" in
|
||||
rb-2011ils|\
|
||||
rb-2011uas*|\
|
||||
rb-2011uias|\
|
||||
rb-2011uias-2hnd)
|
||||
rb-2011uias-2hnd|\
|
||||
rb-2011uias-2hnd-r2)
|
||||
ucidef_add_switch "switch0" \
|
||||
"0@eth0" "2:lan" "3:lan" "4:lan" "5:lan" "1:wan" "6:sfp"
|
||||
;;
|
||||
|
||||
Reference in New Issue
Block a user