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/linux | |
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/linux')
-rw-r--r-- | target/linux/Config.in.advanced | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/target/linux/Config.in.advanced b/target/linux/Config.in.advanced index 911a5539a..7b7f23c34 100644 --- a/target/linux/Config.in.advanced +++ b/target/linux/Config.in.advanced @@ -505,8 +505,6 @@ config BR2_LINUX_COPYTO_ROOTFS config BR2_LINUX_COPYTO_TFTPBOOT bool "Copy kernel to /tftpboot" - default y if BR2_TARGET_ATMEL - default n if !BR2_TARGET_ATMEL help Copy kernel to /tftpboot directory @@ -518,8 +516,6 @@ config BR2_LINUX_COPYTO config BR2_LINUX_COPY_CONFIGURATION bool "Copy buildroot configuration to Linux file system" - default y if BR2_TARGET_ATMEL - default n if !BR2_TARGET_ATMEL help The configuration files for buildroot, uclibc, busybox and linux are copied to the "<root>/boot" directory. |