octeon: add support for Itus Shield Router
[openwrt/staging/wigyori.git] / target / linux / octeon / base-files / etc / board.d / 01_network
index f5c8175c54d2b8c324c18447dee1ebb0906a1bb6..c1b614f601f06afed43ad64e6afef5de3b9f13fd 100755 (executable)
@@ -8,6 +8,9 @@
 board_config_update
 
 case "$(board_name)" in
+itus,shield-router)
+       ucidef_set_interfaces_lan_wan "eth1 eth2" "eth0"
+       ;;
 *)
        ucidef_set_interfaces_lan_wan "eth0" "eth1"
        ;;