[Buildroot] svn commit: trunk/buildroot/package/database

antab at uclibc.org antab at uclibc.org
Sun Jun 1 21:17:29 UTC 2008


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




More information about the buildroot mailing list