x86: correct image magic for grub2 images
[openwrt.git] / target / linux / x86 / base-files / lib / upgrade / platform.sh
index dc4790b..d25f3d4 100644 (file)
@@ -19,7 +19,7 @@ platform_check_image() {
        [ "$ARGC" -gt 1 ] && return 1
 
        case "$(get_magic_word "$1")" in
-               eb48) return 0;;
+               eb63) return 0;;
                *)
                        echo "Invalid image type"
                        return 1