add bitlbee and libiconv from Erik Bosman, thx. fix some depends for cbtt and bitchx
[openwrt.git] / openwrt / package / cbtt / Config.in
1 config BR2_PACKAGE_CBTT
2 prompt "cbtt.............................. a C BitTorrent Tracker"
3 tristate
4 default m if CONFIG_DEVEL
5 select BR2_PACKAGE_ZLIB
6 help
7 A C BitTorrent Tracker
8
9 config BR2_PACKAGE_CBTT_MYSQL
10 prompt "cbtt-mysql........................ a C BitTorrent Tracker (mysql)"
11 tristate
12 default m if CONFIG_DEVEL
13 select BR2_PACKAGE_ZLIB
14 select BR2_PACKAGE_LIBMYSQLCLIENT
15 help
16 A C BitTorrent Tracker
This page took 0.046835 seconds and 5 git commands to generate.