diff --git a/scripts/image_squashfs b/scripts/image_squashfs index 2146d9258a..abf205f707 100755 --- a/scripts/image_squashfs +++ b/scripts/image_squashfs @@ -40,7 +40,7 @@ mkdir -p $TARGET_IMG KERNEL_IMAGE="bzImage" fi - if [ "$TARGET_ARCH" = i386 -o "$TARGET_ARCH" = i386 ]; then + if [ "$TARGET_ARCH" = i386 -o "$TARGET_ARCH" = x86_64 ]; then KERNEL_ARCH="x86" elif [ "$TARGET_ARCH" = arm ]; then KERNEL_ARCH="arm"