mvebu: add support for the Linksys Caiman and Cobra

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

SVN-Revision: 45456
This commit is contained in:
Imre Kaloz
2015-04-16 09:54:39 +00:00
parent 0926e4c22f
commit 2705cda813
17 changed files with 1096 additions and 15 deletions

View File

@@ -1,6 +1,6 @@
#!/bin/sh
#
# Copyright (C) 2014 OpenWrt.org
# Copyright (C) 2014-2015 OpenWrt.org
#
[ -e /etc/config/ubootenv ] && exit 0
@@ -14,7 +14,10 @@ touch /etc/config/ubootenv
board=$(mvebu_board_name)
case "$board" in
"armada-xp-linksys-mamba")
armada-385-linksys-caiman|armada-385-linksys-cobra)
ubootenv_add_uci_config "/dev/mtd1" "0x0" "0x20000" "0x40000"
;;
armada-xp-linksys-mamba)
ubootenv_add_uci_config "/dev/mtd1" "0x0" "0x40000" "0x20000"
;;
esac