X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;f=target%2Flinux%2Fx86%2Fbase-files%2Flib%2Fupgrade%2Fplatform.sh;h=6bae07b0132f96562dba00df4cb95d9fcd613b5b;hb=498cc73e5163eb5b4c910d369a0bfc5f46342f70;hp=ffd0b93ab47ddf572e1019703c55ae17d1febf35;hpb=7aa11efc1796c29d446eca99ec7d9bc7ed2c0072;p=openwrt-10.03%2F.git diff --git a/target/linux/x86/base-files/lib/upgrade/platform.sh b/target/linux/x86/base-files/lib/upgrade/platform.sh index ffd0b93ab..6bae07b01 100644 --- a/target/linux/x86/base-files/lib/upgrade/platform.sh +++ b/target/linux/x86/base-files/lib/upgrade/platform.sh @@ -1,8 +1,10 @@ +USE_REFRESH=1 + 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