From ee1cee2cac67108194f1496c29fead90afff1763 Mon Sep 17 00:00:00 2001 From: Marko Ratkaj Date: Thu, 6 Apr 2017 20:13:31 +0200 Subject: mvebu: add ClearFog Base support Add support for SolidRun ClearFog Base board. The base model is a smaller version of ClearFog Pro without the DSA switch, replacing it with a second copper gigabit port, and only one PCIe socket. Signed-off-by: Marko Ratkaj --- target/linux/mvebu/base-files/etc/board.d/02_network | 3 +++ 1 file changed, 3 insertions(+) (limited to 'target/linux/mvebu/base-files/etc') 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 68231e004a..aea6224891 100755 --- a/target/linux/mvebu/base-files/etc/board.d/02_network +++ b/target/linux/mvebu/base-files/etc/board.d/02_network @@ -33,6 +33,9 @@ armada-388-clearfog-pro) ucidef_add_switch "switch0" \ "0:lan:5" "1:lan:4" "2:lan:3" "3:lan:2" "4:lan:1" "5u@eth0" "6:lan:6" ;; +armada-388-clearfog-base) + ucidef_set_interfaces_lan_wan "eth0" "eth1" + ;; *) ucidef_set_interface_lan "eth0" ;; -- cgit v1.2.3