summaryrefslogtreecommitdiff
path: root/packages/linux-kernel
diff options
context:
space:
mode:
authorChristian Breunig <christian@breunig.cc>2023-03-21 16:54:00 +0100
committerChristian Breunig <christian@breunig.cc>2023-03-21 16:54:15 +0100
commitfb51ed6a0c95cba231ed7d54935fc51a65ae89a5 (patch)
tree9d87cf51ef1f553f5c39ec919435a95c0692f0a1 /packages/linux-kernel
parent4eda689e1fbc52a27e526c31096e4c275290afbd (diff)
downloadvyos-build-fb51ed6a0c95cba231ed7d54935fc51a65ae89a5.tar.gz
vyos-build-fb51ed6a0c95cba231ed7d54935fc51a65ae89a5.zip
Kernel: T4928: statically compile CONFIG_IKCONFIG
Diffstat (limited to 'packages/linux-kernel')
-rw-r--r--packages/linux-kernel/arch/arm64/configs/vyos_defconfig2
-rw-r--r--packages/linux-kernel/arch/x86/configs/vyos_defconfig2
2 files changed, 2 insertions, 2 deletions
diff --git a/packages/linux-kernel/arch/arm64/configs/vyos_defconfig b/packages/linux-kernel/arch/arm64/configs/vyos_defconfig
index 1b5aed41..c5821088 100644
--- a/packages/linux-kernel/arch/arm64/configs/vyos_defconfig
+++ b/packages/linux-kernel/arch/arm64/configs/vyos_defconfig
@@ -116,7 +116,7 @@ CONFIG_RCU_STALL_COMMON=y
CONFIG_RCU_NEED_SEGCBLIST=y
# end of RCU Subsystem
-CONFIG_IKCONFIG=m
+CONFIG_IKCONFIG=y
CONFIG_IKCONFIG_PROC=y
# CONFIG_IKHEADERS is not set
CONFIG_LOG_BUF_SHIFT=17
diff --git a/packages/linux-kernel/arch/x86/configs/vyos_defconfig b/packages/linux-kernel/arch/x86/configs/vyos_defconfig
index f864ad1a..19543528 100644
--- a/packages/linux-kernel/arch/x86/configs/vyos_defconfig
+++ b/packages/linux-kernel/arch/x86/configs/vyos_defconfig
@@ -164,7 +164,7 @@ CONFIG_RCU_STALL_COMMON=y
CONFIG_RCU_NEED_SEGCBLIST=y
# end of RCU Subsystem
-CONFIG_IKCONFIG=m
+CONFIG_IKCONFIG=y
CONFIG_IKCONFIG_PROC=y
# CONFIG_IKHEADERS is not set
CONFIG_LOG_BUF_SHIFT=17