Add a config var matching the package dir name
authorNicolas Thill <nico@openwrt.org>
Fri, 20 May 2005 00:33:12 +0000 (00:33 +0000)
committerNicolas Thill <nico@openwrt.org>
Fri, 20 May 2005 00:33:12 +0000 (00:33 +0000)
SVN-Revision: 984

openwrt/package/cyrus-sasl/Config.in
openwrt/package/glib/Config.in
openwrt/package/libtool/Config.in
openwrt/package/mysql/Config.in
openwrt/package/postgresql/Config.in

index 71c21440fb8b521867c87c666c985fac081c5e11..25f49fd4c77e9e6abfd11946803d820ed69175ab 100644 (file)
@@ -7,3 +7,6 @@ config BR2_PACKAGE_LIBSASL2
          http://asg.web.cmu.edu/sasl/
          
 
+config BR2_PACKAGE_CYRUS_SASL
+       tristate
+       default BR2_PACKAGE_LIBSASL2
index a8615f0f72b2242d25db5e1cb89b4b858e066f5d..d5859f58aff4f6dcf71e0f6a5983f5c67c6bac07 100644 (file)
@@ -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
index 8c721166a2c87f862e1971c30498d9a5df3ddc45..d45eca3089184254328df66d2b0e42f1a9daaa4f 100644 (file)
@@ -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
+
index 6da055acf4e59847cbfa2b5f9b9de227f49b346d..9e47a6c04f1fb6711131b0a3daa5fa661bceafd3 100644 (file)
@@ -7,3 +7,7 @@ config BR2_PACKAGE_LIBMYSQLCLIENT
          http://dev.mysql.com/
          
 
+config BR2_PACKAGE_MYSQL
+       tristate
+       default BR2_PACKAGE_LIBMYSQLCLIENT
+
index 6ff19531090b85727f8590a33ebf7a08bd54ea18..2680af2c3895bc658e26564fc36d271ba6eea78a 100644 (file)
@@ -7,3 +7,6 @@ config BR2_PACKAGE_LIBPQ
          http://www.postgresql.org/
          
 
+config BR2_PACKAGE_POSTGRESQL
+       tristate
+       default BR2_PACKAGE_LIBPQ