diff options
Diffstat (limited to 'target/Config.in')
-rw-r--r-- | target/Config.in | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/target/Config.in b/target/Config.in index ca426c387..522806ab9 100644 --- a/target/Config.in +++ b/target/Config.in @@ -26,8 +26,7 @@ endmenu menu "Kernel" choice prompt "Kernel type" - default BR2_KERNEL_LINUX_ADVANCED if BR2_TARGET_ATMEL - default BR2_KERNEL_none if !BR2_TARGET_ATMEL + default BR2_KERNEL_none config BR2_KERNEL_none bool "none" |