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 f5c8175..194faea
@@ -1,4 +1,3 @@
-#!/bin/sh
 #
 # Copyright (C) 2014-2015 OpenWrt.org
 #
@@ -8,6 +7,15 @@
 board_config_update
 
 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"
        ;;