buildroot: use same defaults for atmel target as everything else
authorPeter Korsgaard <jacmet@sunsite.dk>
Sun, 1 Feb 2009 19:37:06 +0000 (19:37 -0000)
committerPeter Korsgaard <jacmet@sunsite.dk>
Sun, 1 Feb 2009 19:37:06 +0000 (19:37 -0000)
target/Config.in
target/linux/Config.in.advanced

index ca426c3876235274a9fd386b16af3529409cd598..522806ab9e7f69fcd62e6d888df852d4634e2169 100644 (file)
@@ -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"
index 911a5539a88097148456098b0bccf3a7d010aae9..7b7f23c34a5097daa215d7e043690ad9366278c3 100644 (file)
@@ -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.