diff --git a/linux/Config.in b/linux/Config.in index dd209666f4..2f7a58f70a 100644 --- a/linux/Config.in +++ b/linux/Config.in @@ -183,9 +183,11 @@ config BR2_LINUX_KERNEL_USE_ARCH_DEFAULT_CONFIG bool "Use the architecture default configuration" # We know that the default configuration on many architectures # requires host-openssl, so select it for the latest kernel - # version. This is mainly needed to fix autobuilder testing. + # version and the latest CIP version. + # This is mainly needed to fix autobuilder testing. select BR2_LINUX_KERNEL_NEEDS_HOST_OPENSSL if \ - BR2_LINUX_KERNEL_LATEST_VERSION + BR2_LINUX_KERNEL_LATEST_VERSION || \ + BR2_LINUX_KERNEL_LATEST_CIP_VERSION help This option will use the default configuration for the selected architecture. I.e, it is equivalent to running