Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] svn commit: trunk/buildroot/package/database
@ 2008-06-01 21:17 antab at uclibc.org
  2008-06-01 21:20 ` Peter Korsgaard
  0 siblings, 1 reply; 4+ messages in thread
From: antab at uclibc.org @ 2008-06-01 21:17 UTC (permalink / raw)
  To: buildroot

Author: antab
Date: 2008-06-01 14:17:28 -0700 (Sun, 01 Jun 2008)
New Revision: 22170

Log:
Change to menuconfig and make it right.


Modified:
   trunk/buildroot/package/database/Config.in


Changeset:
Modified: trunk/buildroot/package/database/Config.in
===================================================================
--- trunk/buildroot/package/database/Config.in	2008-06-01 21:01:14 UTC (rev 22169)
+++ trunk/buildroot/package/database/Config.in	2008-06-01 21:17:28 UTC (rev 22170)
@@ -1,5 +1,5 @@
-menuconfig "Database"
+menuconfig BR2_DATABASE_SUPPORT
+	bool "Database"
+	default n
 
 source "package/database/mysql_client/Config.in"
-
-endmenu

^ permalink raw reply	[flat|nested] 4+ messages in thread
* [Buildroot] svn commit: trunk/buildroot/package/database
@ 2008-06-01 21:35 antab at uclibc.org
  0 siblings, 0 replies; 4+ messages in thread
From: antab at uclibc.org @ 2008-06-01 21:35 UTC (permalink / raw)
  To: buildroot

Author: antab
Date: 2008-06-01 14:35:14 -0700 (Sun, 01 Jun 2008)
New Revision: 22171

Log:
Fix my own broken mistakes


Modified:
   trunk/buildroot/package/database/Config.in


Changeset:
Modified: trunk/buildroot/package/database/Config.in
===================================================================
--- trunk/buildroot/package/database/Config.in	2008-06-01 21:17:28 UTC (rev 22170)
+++ trunk/buildroot/package/database/Config.in	2008-06-01 21:35:14 UTC (rev 22171)
@@ -1,5 +1,7 @@
 menuconfig BR2_DATABASE_SUPPORT
 	bool "Database"
-	default n
+	default y
 
+if BR2_DATABASE_SUPPORT
 source "package/database/mysql_client/Config.in"
+endif

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

end of thread, other threads:[~2008-06-01 21:35 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-06-01 21:17 [Buildroot] svn commit: trunk/buildroot/package/database antab at uclibc.org
2008-06-01 21:20 ` Peter Korsgaard
2008-06-01 21:35   ` Arnar Mar Sig
  -- strict thread matches above, loose matches on Subject: below --
2008-06-01 21:35 antab at uclibc.org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox