Rebased from upstream / out of band repository.
[librecmc/librecmc.git] / target / linux / sunxi / base-files / etc / board.d / 02_network
index 2b18748c6f08fcfbd57b12de626396b7591b82a5..984d5b3be6b0a6dd41380807bfd4c4e87d2d1058 100755 (executable)
@@ -3,12 +3,11 @@
 # Copyright (C) 2013-2015 OpenWrt.org
 #
 
-. /lib/sunxi.sh
 . /lib/functions/uci-defaults.sh
 
 board_config_update
 
-case "$( sunxi_board_name )" in
+case "$(board_name)" in
 "olimex,a20-olinuxino-micro")
        ucidef_set_interface_lan 'wlan0'
        ;;
@@ -16,6 +15,9 @@ case "$( sunxi_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'
        ;;