diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2009-02-01 19:37:06 +0000 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2009-02-01 19:37:06 +0000 |
commit | 23152113a93b523ebd85042c46dd07f079670538 (patch) | |
tree | 2203704356eabd97ca2c70ee9a455e75f9f73238 /target/Config.in | |
parent | f3b9454a195c854e2cfa63c510251936df0d1ab7 (diff) | |
download | buildroot-novena-23152113a93b523ebd85042c46dd07f079670538.tar.gz buildroot-novena-23152113a93b523ebd85042c46dd07f079670538.zip |
buildroot: use same defaults for atmel target as everything else
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" |