aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/mvebu/cortexa9/base-files/etc/board.d/02_network
diff options
context:
space:
mode:
Diffstat (limited to 'target/linux/mvebu/cortexa9/base-files/etc/board.d/02_network')
-rw-r--r--target/linux/mvebu/cortexa9/base-files/etc/board.d/02_network7
1 files changed, 7 insertions, 0 deletions
diff --git a/target/linux/mvebu/cortexa9/base-files/etc/board.d/02_network b/target/linux/mvebu/cortexa9/base-files/etc/board.d/02_network
index ad61dbea43..36769e8c18 100644
--- a/target/linux/mvebu/cortexa9/base-files/etc/board.d/02_network
+++ b/target/linux/mvebu/cortexa9/base-files/etc/board.d/02_network
@@ -12,6 +12,9 @@ mvebu_setup_interfaces()
local board="$1"
case "$board" in
+ ctera,c200-v2)
+ ucidef_set_interface_lan "eth0" "dhcp"
+ ;;
cznic,turris-omnia)
ucidef_set_interfaces_lan_wan "lan0 lan1 lan2 lan3 lan4" "eth2"
;;
@@ -58,6 +61,10 @@ mvebu_setup_macs()
buffalo,ls421de)
lan_mac=$(mtd_get_mac_ascii u-boot-env eth1addr)
;;
+ ctera,c200-v2)
+ label_mac=$(mtd_get_mac_ascii dev_params mac)
+ lan_mac=$label_mac
+ ;;
linksys,wrt1200ac|\
linksys,wrt1900ac-v2|\
linksys,wrt1900acs|\