2
0
forked from Ivasoft/openwrt

mvebu: migrate mamba support to the upstreamed code

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

SVN-Revision: 45400
This commit is contained in:
Imre Kaloz
2015-04-12 17:29:50 +00:00
parent 2dbe131a62
commit b0ad24f0d5
19 changed files with 1036 additions and 465 deletions

View File

@@ -8,7 +8,7 @@ preinit_mount_syscfg() {
. /lib/mvebu.sh
case $(mvebu_board_name) in
armada-xp-mamba)
armada-xp-linksys-mamba)
needs_recovery=0
ubiattach -m 8 || needs_recovery=1
if [ $needs_recovery -eq 1 ]