diff options
author | Waldemar Brodkorb <mail@waldemar-brodkorb.de> | 2006-03-15 10:13:53 +0000 |
---|---|---|
committer | Waldemar Brodkorb <mail@waldemar-brodkorb.de> | 2006-03-15 10:13:53 +0000 |
commit | 76356565c0944401c4d5a53d8e10f0dbda5b7c13 (patch) | |
tree | ff64a219eaaf5aa7efadc96408f7830ad42c852f /openwrt/package/cbtt/Config.in | |
parent | 48069eee675822b22d0d92b453092fec394755eb (diff) | |
download | mtk-20170518-76356565c0944401c4d5a53d8e10f0dbda5b7c13.zip mtk-20170518-76356565c0944401c4d5a53d8e10f0dbda5b7c13.tar.gz mtk-20170518-76356565c0944401c4d5a53d8e10f0dbda5b7c13.tar.bz2 |
add bitlbee and libiconv from Erik Bosman, thx. fix some depends for cbtt and bitchx
SVN-Revision: 3375
Diffstat (limited to 'openwrt/package/cbtt/Config.in')
-rw-r--r-- | openwrt/package/cbtt/Config.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/openwrt/package/cbtt/Config.in b/openwrt/package/cbtt/Config.in index f0fe4ad..00ad32d 100644 --- a/openwrt/package/cbtt/Config.in +++ b/openwrt/package/cbtt/Config.in @@ -2,6 +2,7 @@ config BR2_PACKAGE_CBTT prompt "cbtt.............................. a C BitTorrent Tracker" tristate default m if CONFIG_DEVEL + select BR2_PACKAGE_ZLIB help A C BitTorrent Tracker @@ -9,5 +10,7 @@ config BR2_PACKAGE_CBTT_MYSQL prompt "cbtt-mysql........................ a C BitTorrent Tracker (mysql)" tristate default m if CONFIG_DEVEL + select BR2_PACKAGE_ZLIB + select BR2_PACKAGE_LIBMYSQLCLIENT help A C BitTorrent Tracker |