From c09ea7be1224215daf5e48940c20552ba740303f Mon Sep 17 00:00:00 2001 From: "Ycarus (Yannick Chabanois)" Date: Sat, 31 Oct 2020 09:53:32 +0100 Subject: [PATCH] Fix arm64 kernel options --- config-bpi-r64 | 2 +- config-rpi4 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config-bpi-r64 b/config-bpi-r64 index dbbb6649..c2eefeed 100644 --- a/config-bpi-r64 +++ b/config-bpi-r64 @@ -6,4 +6,4 @@ CONFIG_TARGET_mediatek_mt7622_DEVICE_bpi_bananapi-r64=y CONFIG_PACKAGE_uboot-mediatek=y CONFIG_PACKAGE_uboot-envtools=y CONFIG_PACKAGE_mt7622-preloader=y -CONFIG_KERNEL_ARM_MODULE_PLTS=y +CONFIG_KERNEL_ARM64_MODULE_PLTS=y diff --git a/config-rpi4 b/config-rpi4 index 39fb7fb7..673501f4 100644 --- a/config-rpi4 +++ b/config-rpi4 @@ -5,4 +5,4 @@ CONFIG_PACKAGE_kmod-ath10k-ct=n CONFIG_PACKAGE_kmod-ath9k=y CONFIG_PACKAGE_bcm27xx-eeprom=y CONFIG_PACKAGE_bcm27xx-userland=y -CONFIG_KERNEL_ARM_MODULE_PLTS=y +CONFIG_KERNEL_ARM64_MODULE_PLTS=y