check if some /proc files exist, before using it, for systems without diag kernel...
[openwrt.git] / openwrt / package / mysql / Config.in
index 6da055a..2c60191 100644 (file)
@@ -1,6 +1,13 @@
+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.
          
This page took 0.024327 seconds and 4 git commands to generate.