diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2015-04-12 17:29:50 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2015-04-12 17:29:50 +0000 |
commit | b0ad24f0d5bce342b432dd3a8bbaca7892c7b165 (patch) | |
tree | fe5ed8b7a900a0c68c4c83c2300a116ec179c0ca /target/linux/mvebu/base-files/lib/upgrade/platform.sh | |
parent | 2dbe131a6262a3b6d18a167e6f85d1b98c6dd285 (diff) | |
download | upstream-b0ad24f0d5bce342b432dd3a8bbaca7892c7b165.tar.gz upstream-b0ad24f0d5bce342b432dd3a8bbaca7892c7b165.tar.bz2 upstream-b0ad24f0d5bce342b432dd3a8bbaca7892c7b165.zip |
mvebu: migrate mamba support to the upstreamed code
Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
SVN-Revision: 45400
Diffstat (limited to 'target/linux/mvebu/base-files/lib/upgrade/platform.sh')
-rwxr-xr-x | target/linux/mvebu/base-files/lib/upgrade/platform.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/mvebu/base-files/lib/upgrade/platform.sh b/target/linux/mvebu/base-files/lib/upgrade/platform.sh index f5e44c357a..55807f5f44 100755 --- a/target/linux/mvebu/base-files/lib/upgrade/platform.sh +++ b/target/linux/mvebu/base-files/lib/upgrade/platform.sh @@ -13,7 +13,7 @@ platform_check_image() { [ "$#" -gt 1 ] && return 1 case "$board" in - armada-xp-mamba ) + armada-xp-linksys-mamba ) [ "$magic_long" != "27051956" -a "$magic_long" != "73797375" ] && { echo "Invalid image type." return 1 @@ -30,7 +30,7 @@ platform_do_upgrade() { local board=$(mvebu_board_name) case "$board" in - armada-xp-mamba) + armada-xp-linksys-mamba) platform_do_upgrade_linksys "$ARGV" ;; *) |