ar71xx: enable sysupgrade for the OpenMesh A40
authorSven Eckelmann <sven.eckelmann@open-mesh.com>
Fri, 23 Sep 2016 07:37:44 +0000 (09:37 +0200)
committerJohn Crispin <john@phrozen.org>
Tue, 14 Feb 2017 11:18:05 +0000 (12:18 +0100)
Signed-off-by: Sven Eckelmann <sven.eckelmann@open-mesh.com>
target/linux/ar71xx/base-files/lib/upgrade/openmesh.sh
target/linux/ar71xx/base-files/lib/upgrade/platform.sh

index 751d4ac13c488285d50408b6fe3dd7c044535ed1..6085b300a00ffc1bb32d3e6a6b4ed4e155906cd6 100644 (file)
@@ -42,6 +42,7 @@ platform_check_image_target_openmesh()
 
        case "$img_board_target" in
                A60)
+                       [ "$board" = "a40" ] && return 0
                        [ "$board" = "a60" ] && return 0
                        echo "Invalid image board target ($img_board_target) for this platform: $board. Use the correct image for this platform"
                        return 1
index c65770fd46ab2fc1a501f37a99ac4adf6bc438f3..76273b30e021e8dc99d675b8babdf2c4974b0e7f 100755 (executable)
@@ -498,6 +498,7 @@ platform_check_image() {
                tplink_pharos_check_image "$1" && return 0
                return 1
                ;;
+       a40|\
        a60|\
        mr1750v2|\
        mr1750|\
@@ -678,6 +679,7 @@ platform_do_upgrade() {
        tew-673gru)
                platform_do_upgrade_dir825b "$ARGV"
                ;;
+       a40|\
        a60|\
        mr1750v2|\
        mr1750|\