RPi4: switch to 64bit kernel build

Signed-off-by: Matthias Reichl <hias@horus.com>
This commit is contained in:
Matthias Reichl 2021-07-13 12:50:52 +02:00
parent fa9baeb414
commit 303d2b39c0

View File

@ -13,3 +13,14 @@
# set the addon project
ADDON_PROJECT="ARMv8"
# build 64bit kernel
case $TARGET_ARCH in
arm)
TARGET_KERNEL_ARCH="arm64"
TARGET_KERNEL_PATCH_ARCH="aarch64"
;;
esac
# Kernel target
KERNEL_TARGET="Image"