[openwrt/openwrt] sunxi: Orange Pi R1: configure USB Ethernet controller.
LEDE Commits
lede-commits at lists.infradead.org
Mon Jan 22 14:08:47 PST 2018
hauke pushed a commit to openwrt/openwrt.git, branch master:
https://git.lede-project.org/b33c3e1b7c73be7750e83952f9880b9335d49873
commit b33c3e1b7c73be7750e83952f9880b9335d49873
Author: Hauke Mehrtens <hauke at hauke-m.de>
AuthorDate: Thu Dec 28 19:36:08 2017 +0100
sunxi: Orange Pi R1: configure USB Ethernet controller.
Now the USB port is the WAN port.
Signed-off-by: Hauke Mehrtens <hauke at hauke-m.de>
---
target/linux/sunxi/base-files/etc/board.d/02_network | 3 +++
1 file changed, 3 insertions(+)
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 782f3ec..984d5b3 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 at eth0"
;;
+"xunlong,orangepi-r1")
+ ucidef_set_interfaces_lan_wan "eth0" "eth1"
+ ;;
*)
ucidef_set_interface_lan 'eth0'
;;
More information about the lede-commits
mailing list