octeon: add new target and support for Ubiquiti EdgeRouter 6P
[openwrt/openwrt.git] / target / linux / octeon / base-files / etc / board.d / 01_network
old mode 100755 (executable)
new mode 100644 (file)
index f07bdf8..194faea
@@ -1,20 +1,21 @@
-#!/bin/sh
 #
 # Copyright (C) 2014-2015 OpenWrt.org
 #
 
-. /lib/functions/uci-defaults-new.sh
-. /lib/functions/octeon.sh
+. /lib/functions/uci-defaults.sh
 
 board_config_update
 
-board=$(octeon_board_name)
-
-case "$board" in
-erlite)
-       ucidef_set_interfaces_lan_wan "eth0" "eth1"
+case "$(board_name)" in
+itus,shield-router)
+       ucidef_set_interfaces_lan_wan "eth1 eth2" "eth0"
+       ;;
+ubnt,edgerouter-4)
+       ucidef_set_interfaces_lan_wan "lan1 lan2 lan3" "lan0"
+       ;;
+ubnt,edgerouter-6p)
+       ucidef_set_interfaces_lan_wan "lan1 lan2 lan3 lan4 lan5" "lan0"
        ;;
-
 *)
        ucidef_set_interfaces_lan_wan "eth0" "eth1"
        ;;