[Buildroot] svn commit: trunk/buildroot: docs target/linux

jacmet at uclibc.org jacmet at uclibc.org
Fri Jan 30 14:41:10 UTC 2009


Author: jacmet
Date: 2009-01-30 14:41:04 +0000 (Fri, 30 Jan 2009)
New Revision: 25169

Log:
target/linux/Makefile.in.advanced: get rid of BUILDROOT_USE_XWINDOWS

As discussed on the list.

Modified:
   trunk/buildroot/docs/buildroot.html
   trunk/buildroot/target/linux/Makefile.in.advanced


Changeset:
Modified: trunk/buildroot/docs/buildroot.html
===================================================================
--- trunk/buildroot/docs/buildroot.html	2009-01-30 13:54:47 UTC (rev 25168)
+++ trunk/buildroot/docs/buildroot.html	2009-01-30 14:41:04 UTC (rev 25169)
@@ -685,21 +685,12 @@
 
      <p>Maybe, there will also be a possibility to supply an
      <code>"URL"</code> to a patch available on Internet. </p>
-<pre>
-export BUILDROOT_USE_XWINDOWS <>
-</pre>
 
      <p>
 	If there is no linux config file available,
 	buildroot starts the linux configuration system, which
-	defaults to "make menuconfig". There is a menuoption
-	allowing you to use the less archaic "make  xconfig"
-	You can override any .config setting by defining
-	the BUILDROOT_USE_XWINDOWS environment variable.
+	defaults to "make menuconfig".
      </p>
-
-
-
     </ol>
 
     <h2><a name="Todo" id="Todo"></a>Todo</h2>

Modified: trunk/buildroot/target/linux/Makefile.in.advanced
===================================================================
--- trunk/buildroot/target/linux/Makefile.in.advanced	2009-01-30 13:54:47 UTC (rev 25168)
+++ trunk/buildroot/target/linux/Makefile.in.advanced	2009-01-30 14:41:04 UTC (rev 25169)
@@ -109,17 +109,12 @@
 endif
 endif
 
-# Override config method with shell variable
-ifneq ($(BUILDROOT_USE_XWINDOWS),)
-KERNEL_CONFIG_METHOD:=xconfig
-#"))
-else
 KERNEL_CONFIG_METHOD:=$(strip $(subst ",,$(BR2_KERNEL_CONFIG_METHOD)))
 #"))
 ifeq ($(KERNEL_CONFIG_METHOD),)
 KERNEL_CONFIG_METHOD:=menuconfig
 endif
-endif
+
 # -----------------------------------------------------------------------------
 ifndef LINUX26_FORMAT
 ifneq ($(strip $(subst ",,$(BR2_PACKAGE_LINUX_FORMAT))),)




More information about the buildroot mailing list