change the order of the mysql download mirrors
[openwrt/svn-archive/archive.git] / openwrt / package / mysql / Config.in
index 6da055acf4e59847cbfa2b5f9b9de227f49b346d..2c601912d8f9b9eba33146b8207272c729d6c310 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.