mirror of
https://github.com/archr-linux/Arch-R.git
synced 2026-03-31 14:41:55 -07:00
RPi4: switch to 64bit kernel build
Signed-off-by: Matthias Reichl <hias@horus.com>
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user