mirror of
https://github.com/libretro/Lakka.git
synced 2024-11-27 18:10:21 +00:00
scripts/image_squashfs: fix script
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
baca215d48
commit
7367f6e4d5
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user