From f4799692da60148afa56c188893b350d268216ce Mon Sep 17 00:00:00 2001 From: "Ycarus (Yannick Chabanois)" Date: Mon, 12 Oct 2020 10:14:36 +0200 Subject: [PATCH] Fix R2S config and add ARM_MODULE_PLTS where needed --- config-espressobin | 1 + config-r2s | 3 ++- config-rpi2 | 1 + 3 files changed, 4 insertions(+), 1 deletion(-) diff --git a/config-espressobin b/config-espressobin index b11d9a82..6e43d5d0 100644 --- a/config-espressobin +++ b/config-espressobin @@ -5,3 +5,4 @@ CONFIG_PACKAGE_kmod-6lowpan=y CONFIG_PACKAGE_luci-app-advanced-reboot=y # CONFIG_KERNEL_CC_OPTIMIZE_FOR_PERFORMANCE is not set CONFIG_KERNEL_CC_OPTIMIZE_FOR_SIZE=y +CONFIG_KERNEL_ARM_MODULE_PLTS=y diff --git a/config-r2s b/config-r2s index 15c5d543..af12d580 100644 --- a/config-r2s +++ b/config-r2s @@ -1,4 +1,5 @@ CONFIG_TARGET_rockchip=y CONFIG_TARGET_rockchip_armv8=y -CONFIG_TARGET_ramips_armv8_DEVICE_friendlyarm_nanopi-r2s=y +CONFIG_TARGET_rockchip_armv8_DEVICE_friendlyarm_nanopi-r2s=y CONFIG_PACKAGE_kmod-6lowpan=y +CONFIG_KERNEL_ARM_MODULE_PLTS=y diff --git a/config-rpi2 b/config-rpi2 index e79e72d2..aa976b33 100644 --- a/config-rpi2 +++ b/config-rpi2 @@ -5,3 +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