summaryrefslogtreecommitdiffstats
path: root/target/linux/mvebu/base-files/etc/board.d/02_network
diff options
context:
space:
mode:
authorLuka Perkov <luka@openwrt.org>2016-02-17 17:49:26 +0000
committerLuka Perkov <luka@openwrt.org>2016-02-17 17:49:26 +0000
commit4d966e4dde31aaa93023a643a128ea764b6d583b (patch)
tree8d3cef91f9698f10c635730274cab3acdb0f18a2 /target/linux/mvebu/base-files/etc/board.d/02_network
parent5445a2ee1d0ec8a42e16a68d03c69375da31ee82 (diff)
downloadmaster-31e0f0ae-4d966e4dde31aaa93023a643a128ea764b6d583b.tar.gz
master-31e0f0ae-4d966e4dde31aaa93023a643a128ea764b6d583b.tar.bz2
master-31e0f0ae-4d966e4dde31aaa93023a643a128ea764b6d583b.zip
mvebu: add SolidRun ClearFog A1 support
Signed-off-by: Andrej Vlasic <andrej.vlasic@sartura.hr> SVN-Revision: 48736
Diffstat (limited to 'target/linux/mvebu/base-files/etc/board.d/02_network')
-rwxr-xr-xtarget/linux/mvebu/base-files/etc/board.d/02_network3
1 files changed, 3 insertions, 0 deletions
diff --git a/target/linux/mvebu/base-files/etc/board.d/02_network b/target/linux/mvebu/base-files/etc/board.d/02_network
index 289a4b0c01..f81d0ac172 100755
--- a/target/linux/mvebu/base-files/etc/board.d/02_network
+++ b/target/linux/mvebu/base-files/etc/board.d/02_network
@@ -31,6 +31,9 @@ armada-385-db-ap)
armada-xp-gp)
ucidef_set_interface_lan "eth0 eth1 eth2 eth3"
;;
+armada-388-clearfog)
+ ucidef_set_interfaces_lan_wan "eth0 eth1" "eth2"
+ ;;
*)
ucidef_set_interface_lan "eth0"
;;