From: Nicolas Thill Date: Fri, 27 May 2005 05:38:03 +0000 (+0000) Subject: Standardize Config.in X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=0c47f95326ae4f6e877e1013627790c764c001b2;p=15.05%2Fopenwrt.git Standardize Config.in git-svn-id: svn://svn.openwrt.org/openwrt/trunk@1076 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/openwrt/package/mysql/Config.in b/openwrt/package/mysql/Config.in index 4abf4fcaca..2c601912d8 100644 --- a/openwrt/package/mysql/Config.in +++ b/openwrt/package/mysql/Config.in @@ -1,13 +1,16 @@ +config BR2_PACKAGE_MYSQL + bool + default n + depends BR2_PACKAGE_LIBMYSQLCLIENT + config BR2_PACKAGE_LIBMYSQLCLIENT - tristate "libmysqlclient - MySQL client library" + prompt "libmysqlclient - MySQL client library" + tristate default m if CONFIG_DEVEL + select BR2_PACKAGE_MYSQL help MySQL client library. http://dev.mysql.com/ -config BR2_PACKAGE_MYSQL - tristate - default BR2_PACKAGE_LIBMYSQLCLIENT - diff --git a/openwrt/package/postgresql/Config.in b/openwrt/package/postgresql/Config.in index 3692782bea..542f3d44a9 100644 --- a/openwrt/package/postgresql/Config.in +++ b/openwrt/package/postgresql/Config.in @@ -1,12 +1,16 @@ +config BR2_PACKAGE_POSTGRESQL + bool + default n + depends BR2_PACKAGE_LIBPQ + config BR2_PACKAGE_LIBPQ - tristate "libpq - PostgreSQL client library" + prompt "libpq - PostgreSQL client library" + tristate default m if CONFIG_DEVEL + select BR2_PACKAGE_POSTGRESQL help PostgreSQL client library. http://www.postgresql.org/ -config BR2_PACKAGE_POSTGRESQL - tristate - default BR2_PACKAGE_LIBPQ