Add a config var matching the package dir name
authornico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Fri, 20 May 2005 00:33:12 +0000 (00:33 +0000)
committernico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Fri, 20 May 2005 00:33:12 +0000 (00:33 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@984 3c298f89-4303-0410-b956-a3cf2f4a3e73

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

index 71c2144..25f49fd 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 a8615f0..d5859f5 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 8c72116..d45eca3 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 6da055a..9e47a6c 100644 (file)
@@ -7,3 +7,7 @@ config BR2_PACKAGE_LIBMYSQLCLIENT
          http://dev.mysql.com/
          
 
+config BR2_PACKAGE_MYSQL
+       tristate
+       default BR2_PACKAGE_LIBMYSQLCLIENT
+
index 6ff1953..2680af2 100644 (file)
@@ -7,3 +7,6 @@ config BR2_PACKAGE_LIBPQ
          http://www.postgresql.org/
          
 
+config BR2_PACKAGE_POSTGRESQL
+       tristate
+       default BR2_PACKAGE_LIBPQ
This page took 0.032651 seconds and 4 git commands to generate.