All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] svn commit: trunk/buildroot/target/linux
@ 2009-01-26 20:17 ulf at uclibc.org
  2009-01-26 20:30 ` Peter Korsgaard
  0 siblings, 1 reply; 15+ messages in thread
From: ulf at uclibc.org @ 2009-01-26 20:17 UTC (permalink / raw)
  To: buildroot

Author: ulf
Date: 2009-01-26 20:17:06 +0000 (Mon, 26 Jan 2009)
New Revision: 25065

Log:
Replace BUILDROOT_KERNEL_CONFIG_METHOD environment variable with BUILDROOT_USE_XWINDOWS

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


Changeset:
Modified: trunk/buildroot/target/linux/Makefile.in.advanced
===================================================================
--- trunk/buildroot/target/linux/Makefile.in.advanced	2009-01-26 19:42:47 UTC (rev 25064)
+++ trunk/buildroot/target/linux/Makefile.in.advanced	2009-01-26 20:17:06 UTC (rev 25065)
@@ -110,8 +110,8 @@
 endif
 
 # Override config method with shell variable
-ifneq ($(BUILDROOT_KERNEL_CONFIG_METHOD),)
-KERNEL_CONFIG_METHOD:=$(strip $(subst ",,$(BUILDROOT_KERNEL_CONFIG_METHOD)))
+ifneq ($(BUILDROOT_USE_XWINDOWS),)
+KERNEL_CONFIG_METHOD:=xconfig
 #"))
 else
 KERNEL_CONFIG_METHOD:=$(strip $(subst ",,$(BR2_KERNEL_CONFIG_METHOD)))

^ permalink raw reply	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2009-01-29 23:47 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-01-26 20:17 [Buildroot] svn commit: trunk/buildroot/target/linux ulf at uclibc.org
2009-01-26 20:30 ` Peter Korsgaard
2009-01-26 21:24   ` Ulf Samuelsson
2009-01-26 21:29     ` Peter Korsgaard
2009-01-26 21:35       ` Ulf Samuelsson
2009-01-26 21:38         ` [Buildroot] liblockfile version bump Dan Lykowski
2009-01-26 21:49           ` Peter Korsgaard
2009-01-26 21:48         ` [Buildroot] svn commit: trunk/buildroot/target/linux Peter Korsgaard
2009-01-26 22:25           ` Ulf Samuelsson
2009-01-27  5:58             ` Peter Korsgaard
2009-01-27 12:56         ` Hamish Moffatt
2009-01-29 14:33           ` Ulf Samuelsson
2009-01-29 23:09             ` Hamish Moffatt
2009-01-29 23:37               ` Ulf Samuelsson
2009-01-29 23:47                 ` Hamish Moffatt

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.