Explorar o código

kernel: default to not build a kernel

Peter Korsgaard %!s(int64=17) %!d(string=hai) anos
pai
achega
824e0449b7
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      target/Config.in

+ 1 - 1
target/Config.in

@@ -27,7 +27,7 @@ menu "Kernel"
 choice
 	prompt "Kernel type"
 	default BR2_KERNEL_LINUX_ADVANCED if BR2_TARGET_ATMEL
-	default BR2_KERNEL_LINUX if !BR2_TARGET_ATMEL
+	default BR2_KERNEL_none if !BR2_TARGET_ATMEL
 
 config BR2_KERNEL_none
 	bool "none"