From: antab at uclibc.org <antab@uclibc.org>
To: buildroot@busybox.net
Subject: [Buildroot] svn commit: trunk/buildroot/package/database
Date: Sun, 1 Jun 2008 14:35:14 -0700 (PDT) [thread overview]
Message-ID: <20080601213515.08B083C859@busybox.net> (raw)
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
next reply other threads:[~2008-06-01 21:35 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-06-01 21:35 antab at uclibc.org [this message]
-- strict thread matches above, loose matches on Subject: below --
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20080601213515.08B083C859@busybox.net \
--to=antab@uclibc.org \
--cc=buildroot@busybox.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.