diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2017-12-28 19:36:08 +0100 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2018-01-22 22:59:38 +0100 |
commit | b33c3e1b7c73be7750e83952f9880b9335d49873 (patch) | |
tree | 06a3b62ee082a0eb4606b54646593b46c86c5598 /target/linux/sunxi/base-files | |
parent | 40db7a9dec92d3e263bd0933b972865061419e2e (diff) | |
download | upstream-b33c3e1b7c73be7750e83952f9880b9335d49873.tar.gz upstream-b33c3e1b7c73be7750e83952f9880b9335d49873.tar.bz2 upstream-b33c3e1b7c73be7750e83952f9880b9335d49873.zip |
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>
Diffstat (limited to 'target/linux/sunxi/base-files')
-rwxr-xr-x | target/linux/sunxi/base-files/etc/board.d/02_network | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/target/linux/sunxi/base-files/etc/board.d/02_network b/target/linux/sunxi/base-files/etc/board.d/02_network index 782f3ec0d3..984d5b3be6 100755 --- a/target/linux/sunxi/base-files/etc/board.d/02_network +++ b/target/linux/sunxi/base-files/etc/board.d/02_network @@ -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' ;; |