From: Peter Korsgaard Date: Fri, 4 Apr 2008 07:24:15 +0000 (-0000) Subject: kernel: default to not build a kernel X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=824e0449b7c7ca45147aa9fd2576821b784a27d1;p=buildroot.git kernel: default to not build a kernel --- diff --git a/target/Config.in b/target/Config.in index 0ea3861a70..af97d789e6 100644 --- a/target/Config.in +++ b/target/Config.in @@ -27,7 +27,7 @@ menu "Kernel" choice prompt "Kernel type" default BR2_KERNEL_LINUX_ADVANCED if BR2_TARGET_ATMEL - default BR2_KERNEL_LINUX if !BR2_TARGET_ATMEL + default BR2_KERNEL_none if !BR2_TARGET_ATMEL config BR2_KERNEL_none bool "none"