From 23152113a93b523ebd85042c46dd07f079670538 Mon Sep 17 00:00:00 2001 From: Peter Korsgaard Date: Sun, 1 Feb 2009 19:37:06 +0000 Subject: buildroot: use same defaults for atmel target as everything else --- target/Config.in | 3 +-- target/linux/Config.in.advanced | 4 ---- 2 files changed, 1 insertion(+), 6 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" 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 "/boot" directory. -- cgit v1.2.3