mvebu: migrate mamba support to the upstreamed code

Signed-off-by: Imre Kaloz <kaloz@openwrt.org>



git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45400 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
Imre Kaloz
2015-04-12 17:29:50 +00:00
parent 18bcf252f7
commit 99888c7af5
19 changed files with 1036 additions and 465 deletions

View File

@@ -14,7 +14,7 @@ touch /etc/config/ubootenv
board=$(mvebu_board_name)
case "$board" in
"armada-xp-mamba")
"armada-xp-linksys-mamba")
ubootenv_add_uci_config "/dev/mtd1" "0x0" "0x40000" "0x20000"
;;
esac