mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
RPi4: switch to 64bit kernel build
Signed-off-by: Matthias Reichl <hias@horus.com>
This commit is contained in:
parent
fa9baeb414
commit
303d2b39c0
@ -13,3 +13,14 @@
|
|||||||
|
|
||||||
# set the addon project
|
# set the addon project
|
||||||
ADDON_PROJECT="ARMv8"
|
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"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user