Skip to content

Commit

Permalink
mvebu: add SolidRun ClearFog A1 support
Browse files Browse the repository at this point in the history
Signed-off-by: Andrej Vlasic <andrej.vlasic@sartura.hr>

SVN-Revision: 48736
  • Loading branch information
lperkov committed Feb 17, 2016
1 parent 5445a2e commit 4d966e4
Show file tree
Hide file tree
Showing 8 changed files with 640 additions and 0 deletions.
3 changes: 3 additions & 0 deletions target/linux/mvebu/base-files/etc/board.d/02_network
Original file line number Diff line number Diff line change
Expand Up @@ -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"
;;
Expand Down
3 changes: 3 additions & 0 deletions target/linux/mvebu/base-files/lib/mvebu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,9 @@ mvebu_board_detect() {
*"Marvell Armada XP Development Board DB-MV784MP-GP")
name="armada-xp-gp"
;;
*"SolidRun Clearfog A1")
name="armada-388-clearfog"
;;
esac

[ -z "$name" ] && name="unknown"
Expand Down
Loading

0 comments on commit 4d966e4

Please sign in to comment.