linux: ar71xx: add support for Mikrotik Routerboard RB493G
[openwrt.git] / target / linux / ar71xx / base-files / lib / upgrade / platform.sh
index ab0adb2..47208d2 100755 (executable)
@@ -69,8 +69,8 @@ platform_check_image() {
        [ "$ARGC" -gt 1 ] && return 1
 
        case "$board" in
-       ap121 | ap121-mini)
-               [ "$magic_long" != "68737173" ] && {
+       ap121 | ap121-mini | ap96 | db120 | zcn-1523h-2 | zcn-1523h-5)
+               [ "$magic" != "68737173" -a "$magic" != "19852003" ] && {
                        echo "Invalid image type."
                        return 1
                }
@@ -83,7 +83,7 @@ platform_check_image() {
                }
                return 0
                ;;
-       tl-mr3220 | tl-mr3420 | tl-wa901nd | tl-wa901nd-v2 | tl-wr741nd | tl-wr841n-v1 | tl-wr941nd | tl-wr1043nd)
+       tl-mr3220 | tl-mr3420 | tl-wa901nd | tl-wa901nd-v2 | tl-wr703n | tl-wr741nd | tl-wr841n-v1 | tl-wr941nd | tl-wr1043nd)
                [ "$magic" != "0100" ] && {
                        echo "Invalid image type."
                        return 1
@@ -111,13 +111,6 @@ platform_check_image() {
                }
                return 0
                ;;
-       zcn-1523h-2 | zcn-1523h-5)
-               [ "$magic" != "6873" -a "$magic" != "1985" ] && {
-                       echo "Invalid image type."
-                       return 1
-               }
-               return 0
-               ;;
        routerstation | routerstation-pro | ls-sr71 | pb42 | pb44 | eap7660d | ja76pf )
                [ "$magic" != "4349" ] && {
                        echo "Invalid image. Use *-sysupgrade.bin files on this board"
This page took 0.02174 seconds and 4 git commands to generate.