mirror of
https://github.com/archr-linux/Arch-R.git
synced 2026-03-31 14:41:55 -07:00
scripts/image_squashfs: fix script
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user