From 1582a39749f31de9de7cd064cca2473a82326233 Mon Sep 17 00:00:00 2001 From: nico Date: Fri, 20 May 2005 00:33:12 +0000 Subject: [PATCH] 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 --- package/cyrus-sasl/Config.in | 3 +++ package/glib/Config.in | 5 ++++- package/libtool/Config.in | 8 +++++++- package/mysql/Config.in | 4 ++++ package/postgresql/Config.in | 3 +++ 5 files changed, 21 insertions(+), 2 deletions(-) diff --git a/package/cyrus-sasl/Config.in b/package/cyrus-sasl/Config.in index 71c21440f..25f49fd4c 100644 --- a/package/cyrus-sasl/Config.in +++ b/package/cyrus-sasl/Config.in @@ -7,3 +7,6 @@ config BR2_PACKAGE_LIBSASL2 http://asg.web.cmu.edu/sasl/ +config BR2_PACKAGE_CYRUS_SASL + tristate + default BR2_PACKAGE_LIBSASL2 diff --git a/package/glib/Config.in b/package/glib/Config.in index a8615f0f7..d5859f58a 100644 --- a/package/glib/Config.in +++ b/package/glib/Config.in @@ -1,7 +1,7 @@ config BR2_PACKAGE_GLIB1 - select BR2_PACKAGE_LIBPTHREAD tristate "glib 1.2 - The GLib library of C routines" default m if CONFIG_DEVEL + select BR2_PACKAGE_LIBPTHREAD help GLib is a library containing many useful C routines for things such as trees, hashes, and lists. @@ -10,3 +10,6 @@ config BR2_PACKAGE_GLIB1 Depends: libpthread +config BR2_PACKAGE_GLIB + tristate + default BR2_PACKAGE_GLIB1 diff --git a/package/libtool/Config.in b/package/libtool/Config.in index 8c721166a..d45eca308 100644 --- a/package/libtool/Config.in +++ b/package/libtool/Config.in @@ -3,5 +3,11 @@ config BR2_PACKAGE_LIBLTDL default m if CONFIG_DEVEL help A generic dynamic object loading library. - + http://www.gnu.org/software/libtool/ + + +config BR2_PACKAGE_LIBTOOL + tristate + default BR2_PACKAGE_LIBLTDL + diff --git a/package/mysql/Config.in b/package/mysql/Config.in index 6da055acf..9e47a6c04 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 + diff --git a/package/postgresql/Config.in b/package/postgresql/Config.in index 6ff195310..2680af2c3 100644 --- a/package/postgresql/Config.in +++ b/package/postgresql/Config.in @@ -7,3 +7,6 @@ config BR2_PACKAGE_LIBPQ http://www.postgresql.org/ +config BR2_PACKAGE_POSTGRESQL + tristate + default BR2_PACKAGE_LIBPQ -- 2.20.1