aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/mvebu/base-files/lib/upgrade
diff options
context:
space:
mode:
authorImre Kaloz <kaloz@openwrt.org>2015-04-12 17:29:50 +0000
committerImre Kaloz <kaloz@openwrt.org>2015-04-12 17:29:50 +0000
commit99888c7af5e9a8363a29bee424d8a803b52e0210 (patch)
treebcab44caa20552eddce7b3fd7bd4b5823562a2d6 /target/linux/mvebu/base-files/lib/upgrade
parent18bcf252f753dbef88ac98b3de86e513f8c7cc48 (diff)
downloadmaster-187ad058-99888c7af5e9a8363a29bee424d8a803b52e0210.tar.gz
master-187ad058-99888c7af5e9a8363a29bee424d8a803b52e0210.tar.bz2
master-187ad058-99888c7af5e9a8363a29bee424d8a803b52e0210.zip
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
Diffstat (limited to 'target/linux/mvebu/base-files/lib/upgrade')
-rwxr-xr-xtarget/linux/mvebu/base-files/lib/upgrade/platform.sh4
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"
;;
*)