fix sysupgrade endian issues
[openwrt.git] / target / linux / x86 / base-files / lib / upgrade / platform.sh
index ffd0b93..f4c8334 100644 (file)
@@ -2,7 +2,7 @@ platform_check_image() {
        [ "$ARGC" -gt 1 ] && return 1
 
        case "$(get_magic_word "$1")" in
-               48eb) return 0;;
+               eb48) return 0;;
                *)
                        echo "Invalid image type"
                        return 1