diff options
Diffstat (limited to 'target/linux')
| -rw-r--r-- | target/linux/x86/base-files/lib/upgrade/platform.sh | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/target/linux/x86/base-files/lib/upgrade/platform.sh b/target/linux/x86/base-files/lib/upgrade/platform.sh index ffd0b93ab..f4c8334f3 100644 --- a/target/linux/x86/base-files/lib/upgrade/platform.sh +++ b/target/linux/x86/base-files/lib/upgrade/platform.sh @@ -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 | 
