aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/octeon/base-files/etc/board.d/01_network
diff options
context:
space:
mode:
Diffstat (limited to 'target/linux/octeon/base-files/etc/board.d/01_network')
-rwxr-xr-xtarget/linux/octeon/base-files/etc/board.d/01_network3
1 files changed, 3 insertions, 0 deletions
diff --git a/target/linux/octeon/base-files/etc/board.d/01_network b/target/linux/octeon/base-files/etc/board.d/01_network
index f5c8175c54..c1b614f601 100755
--- a/target/linux/octeon/base-files/etc/board.d/01_network
+++ b/target/linux/octeon/base-files/etc/board.d/01_network
@@ -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"
;;