[Buildroot] svn commit: trunk/buildroot/target: device

ulf at uclibc.org ulf at uclibc.org
Wed Jul 11 14:40:57 UTC 2007


Author: ulf
Date: 2007-07-11 07:40:56 -0700 (Wed, 11 Jul 2007)
New Revision: 19064

Log:
Configure linux within target/linux/Config.in instead of within target/device/Config.in

Modified:
   trunk/buildroot/target/Config.in
   trunk/buildroot/target/device/Config.in


Changeset:
Modified: trunk/buildroot/target/Config.in
===================================================================
--- trunk/buildroot/target/Config.in	2007-07-11 14:34:55 UTC (rev 19063)
+++ trunk/buildroot/target/Config.in	2007-07-11 14:40:56 UTC (rev 19064)
@@ -21,4 +21,5 @@
 
 endmenu
 
+source "target/linux/Config.in"
 source "target/device/Config.in"

Modified: trunk/buildroot/target/device/Config.in
===================================================================
--- trunk/buildroot/target/device/Config.in	2007-07-11 14:34:55 UTC (rev 19063)
+++ trunk/buildroot/target/device/Config.in	2007-07-11 14:40:56 UTC (rev 19064)
@@ -1,46 +1,5 @@
 menu "Board Support Options"
 
-config BR2_PACKAGE_LINUX
-	bool "linux kernel"
-	default n
-	help
-	  The Linux kernel.
-	  http://www.kernel.org/
-
-	  Note: Requires kernel-headers >= 2.6.19 since the other
-	        kernel headers are just that (headers) and not full
-		kernels. This is a feature.
-
-config BR2_PACKAGE_LINUX_KCONFIG
-	string ".config file"
-	depends on BR2_PACKAGE_LINUX
-	default ""
-	help
-	  kernel's .config to use to build a kernel for the target.
-
-	  If the above setting is empty, you can change the default
-	  board-imposed value by passing LINUX26_KCONFIG=<path> to
-	  make.
-
-config BR2_PACKAGE_LINUX_FORMAT
-	string "kernel binary format"
-	depends on BR2_PACKAGE_LINUX
-	default ""
-	help
-	  kernel binary format.
-	  Popular values include:
-	  - bzImage
-	  - zImage
-	  and other, architecture dependant formats.
-
-	  Note that the default format is supposed to be set by your
-	  board-description, if any.
-	  i386 and compatible default to bzImage if nothing was given
-	  above.
-	  If the above setting is empty, you can change the default
-	  board-imposed value by passing LINUX26_FORMAT=<string> to
-	  make.
-
 source "target/device/AMD/Config.in"
 source "target/device/Arm/Config.in"
 source "target/device/Atmel/Config.in"




More information about the buildroot mailing list