mirror of
https://github.com/openwrt/openwrt.git
synced 2025-01-18 18:56:37 +00:00
x86: allow both old and new grub signatures in sysupgrade
SVN-Revision: 33898
This commit is contained in:
parent
949b46d13d
commit
f600ec5b3b
@ -19,7 +19,7 @@ platform_check_image() {
|
||||
[ "$ARGC" -gt 1 ] && return 1
|
||||
|
||||
case "$(get_magic_word "$1")" in
|
||||
eb63) return 0;;
|
||||
eb48|eb63) return 0;;
|
||||
*)
|
||||
echo "Invalid image type"
|
||||
return 1
|
||||
|
Loading…
Reference in New Issue
Block a user