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 <[email protected]>

git-svn-id: svn://svn.openwrt.org/openwrt/branches/chaos_calmer@48737 3c298f89-4303-0410-b956-a3cf2f4a3e73
  • Loading branch information
lperkov committed Feb 17, 2016
1 parent f820637 commit 35a54ab
Show file tree
Hide file tree
Showing 8 changed files with 700 additions and 0 deletions.
3 changes: 3 additions & 0 deletions target/linux/mvebu/base-files/etc/uci-defaults/02_network
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,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 35a54ab

Please sign in to comment.