浏览代码

buildroot: use same defaults for atmel target as everything else

Peter Korsgaard 16 年之前
父节点
当前提交
23152113a9
共有 2 个文件被更改,包括 1 次插入6 次删除
  1. 1 2
      target/Config.in
  2. 0 4
      target/linux/Config.in.advanced

+ 1 - 2
target/Config.in

@@ -26,8 +26,7 @@ endmenu
 menu "Kernel"
 menu "Kernel"
 choice
 choice
 	prompt "Kernel type"
 	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
 config BR2_KERNEL_none
 	bool "none"
 	bool "none"

+ 0 - 4
target/linux/Config.in.advanced

@@ -505,8 +505,6 @@ config BR2_LINUX_COPYTO_ROOTFS
 
 
 config BR2_LINUX_COPYTO_TFTPBOOT
 config BR2_LINUX_COPYTO_TFTPBOOT
 	bool "Copy kernel to /tftpboot"
 	bool "Copy kernel to /tftpboot"
-	default y if BR2_TARGET_ATMEL
-	default n if !BR2_TARGET_ATMEL
 	help
 	help
 	  Copy kernel to /tftpboot directory
 	  Copy kernel to /tftpboot directory
 
 
@@ -518,8 +516,6 @@ config BR2_LINUX_COPYTO
 
 
 config BR2_LINUX_COPY_CONFIGURATION
 config BR2_LINUX_COPY_CONFIGURATION
 	bool "Copy buildroot configuration to Linux file system"
 	bool "Copy buildroot configuration to Linux file system"
-	default y if BR2_TARGET_ATMEL
-	default n if !BR2_TARGET_ATMEL
 	help
 	help
 	  The configuration files for buildroot, uclibc, busybox and linux
 	  The configuration files for buildroot, uclibc, busybox and linux
 	  are copied to the "<root>/boot" directory.
 	  are copied to the "<root>/boot" directory.