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/lib/mvebu.sh | 3 +++ target/linux/mvebu/base-files/lib/upgrade/platform.sh | 3 +++ 2 files changed, 6 insertions(+) (limited to 'target/linux/mvebu/base-files/lib') diff --git a/target/linux/mvebu/base-files/lib/mvebu.sh b/target/linux/mvebu/base-files/lib/mvebu.sh index 0fcc82d034..ecf3d44848 100755 --- a/target/linux/mvebu/base-files/lib/mvebu.sh +++ b/target/linux/mvebu/base-files/lib/mvebu.sh @@ -56,6 +56,9 @@ mvebu_board_detect() { *"SolidRun Clearfog Pro A1") name="armada-388-clearfog-pro" ;; + *"SolidRun Clearfog Base A1") + name="armada-388-clearfog-base" + ;; esac [ -z "$name" ] && name="unknown" diff --git a/target/linux/mvebu/base-files/lib/upgrade/platform.sh b/target/linux/mvebu/base-files/lib/upgrade/platform.sh index 6db25448d6..12e5bdcf7c 100755 --- a/target/linux/mvebu/base-files/lib/upgrade/platform.sh +++ b/target/linux/mvebu/base-files/lib/upgrade/platform.sh @@ -22,6 +22,9 @@ platform_do_upgrade() { armada-388-clearfog-pro) platform_do_upgrade_clearfog "$ARGV" ;; + armada-388-clearfog-base) + platform_do_upgrade_clearfog "$ARGV" + ;; *) default_do_upgrade "$ARGV" ;; -- cgit v1.2.3