diff options
Diffstat (limited to 'package/mysql_client/Config.in')
-rw-r--r-- | package/mysql_client/Config.in | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/package/mysql_client/Config.in b/package/mysql_client/Config.in deleted file mode 100644 index 543bed1e6d..0000000000 --- a/package/mysql_client/Config.in +++ /dev/null @@ -1,13 +0,0 @@ -config BR2_PACKAGE_MYSQL_CLIENT - bool "MySQL client" - depends on BR2_INSTALL_LIBSTDCPP - depends on BR2_USE_MMU # fork() - depends on BR2_TOOLCHAIN_HAS_THREADS - select BR2_PACKAGE_NCURSES - select BR2_PACKAGE_READLINE - help - MySQL client - -comment "MySQL client needs a toolchain w/ C++, threads" - depends on BR2_USE_MMU - depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_THREADS |