Corrected missing dependency
[openwrt.git] / package / mysql / Config.in
index 2c60191..bda7142 100644 (file)
@@ -1,16 +1,15 @@
-config BR2_PACKAGE_MYSQL
-       bool
+config BR2_COMPILE_MYSQL
+       tristate
        default n
        depends BR2_PACKAGE_LIBMYSQLCLIENT
 
 config BR2_PACKAGE_LIBMYSQLCLIENT
-       prompt "libmysqlclient - MySQL client library"
+       prompt "libmysqlclient.................... MySQL client library"
        tristate
        default m if CONFIG_DEVEL
-       select BR2_PACKAGE_MYSQL
+       select BR2_COMPILE_MYSQL
        help
          MySQL client library.
          
          http://dev.mysql.com/
-         
 
This page took 0.019538 seconds and 4 git commands to generate.