sunxi: Orange Pi R1: configure USB Ethernet controller.
Now the USB port is the WAN port. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
This commit is contained in:
parent
40db7a9dec
commit
b33c3e1b7c
1 changed files with 3 additions and 0 deletions
|
@ -15,6 +15,9 @@ case "$(board_name)" in
|
|||
ucidef_add_switch "switch0" \
|
||||
"4:lan:1" "0:lan:2" "1:lan:3" "2:lan:4" "3:wan" "8@eth0"
|
||||
;;
|
||||
"xunlong,orangepi-r1")
|
||||
ucidef_set_interfaces_lan_wan "eth0" "eth1"
|
||||
;;
|
||||
*)
|
||||
ucidef_set_interface_lan 'eth0'
|
||||
;;
|
||||
|
|
Loading…
Reference in a new issue