ar71xx/sysupgrade: use $magic_long instead of $magic when comparing with a 32-bit...
[openwrt.git] / target / linux / ar71xx / base-files / lib / upgrade / platform.sh
index 47208d2..f20264f 100755 (executable)
@@ -1,5 +1,5 @@
 #
 #
-# Copyright (C) 2009 OpenWrt.org
+# Copyright (C) 2011 OpenWrt.org
 #
 
 . /lib/ar71xx.sh
 #
 
 . /lib/ar71xx.sh
@@ -70,13 +70,13 @@ platform_check_image() {
 
        case "$board" in
        ap121 | ap121-mini | ap96 | db120 | zcn-1523h-2 | zcn-1523h-5)
 
        case "$board" in
        ap121 | ap121-mini | ap96 | db120 | zcn-1523h-2 | zcn-1523h-5)
-               [ "$magic" != "68737173" -a "$magic" != "19852003" ] && {
+               [ "$magic_long" != "68737173" -a "$magic_long" != "19852003" ] && {
                        echo "Invalid image type."
                        return 1
                }
                return 0
                ;;
                        echo "Invalid image type."
                        return 1
                }
                return 0
                ;;
-       ap81 | ap83 | dir-600-a1 | dir-615-c1 | dir-825-b1 | mzk-w04nu | mzk-w300nh | tew-632brp | wrt400n | bullet-m | nanostation-m | rocket-m | wzr-hp-g300nh | wzr-hp-ag300h | nbg460n_550n_550nh | unifi )
+       ap81 | ap83 | dir-600-a1 | dir-615-c1 | dir-825-b1 | mzk-w04nu | mzk-w300nh | tew-632brp | wrt400n | bullet-m | nanostation-m | rocket-m | wzr-hp-g300nh | wzr-hp-ag300h | whr-hp-g300n | nbg460n_550n_550nh | unifi )
                [ "$magic" != "2705" ] && {
                        echo "Invalid image type."
                        return 1
                [ "$magic" != "2705" ] && {
                        echo "Invalid image type."
                        return 1
This page took 0.024927 seconds and 4 git commands to generate.