diff options
author | Nicolas Thill <nico@openwrt.org> | 2005-05-20 00:33:12 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2005-05-20 00:33:12 +0000 |
commit | 48f1e691c946c4716c55642299a0a79cccc5f854 (patch) | |
tree | 83d44511e04c1c35c883474793f7c5f1787d949b /package/mysql | |
parent | f8b1ad8dd6de9d547fdfca70230217c4e7b66494 (diff) | |
download | upstream-48f1e691c946c4716c55642299a0a79cccc5f854.tar.gz upstream-48f1e691c946c4716c55642299a0a79cccc5f854.tar.bz2 upstream-48f1e691c946c4716c55642299a0a79cccc5f854.zip |
Add a config var matching the package dir name
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@984 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/mysql')
-rw-r--r-- | package/mysql/Config.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/package/mysql/Config.in b/package/mysql/Config.in index 6da055acf4..9e47a6c04f 100644 --- a/package/mysql/Config.in +++ b/package/mysql/Config.in @@ -7,3 +7,7 @@ config BR2_PACKAGE_LIBMYSQLCLIENT http://dev.mysql.com/ +config BR2_PACKAGE_MYSQL + tristate + default BR2_PACKAGE_LIBMYSQLCLIENT + |