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 c1b614f601..749d99be1d 100755
--- a/target/linux/octeon/base-files/etc/board.d/01_network
+++ b/target/linux/octeon/base-files/etc/board.d/01_network
@@ -11,6 +11,9 @@ 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"
+ ;;
*)
ucidef_set_interfaces_lan_wan "eth0" "eth1"
;;