|
Revision 2741, 391 bytes
(checked in by tg, 1 year ago)
|
fix a few select stmts, my bad
|
| Line | |
|---|
| 1 |
config FWRT_PACKAGE_CBTT |
|---|
| 2 |
prompt "cbtt.............................. a C BitTorrent Tracker" |
|---|
| 3 |
tristate |
|---|
| 4 |
default n |
|---|
| 5 |
select FWRT_PACKAGE_ZLIB |
|---|
| 6 |
help |
|---|
| 7 |
A C BitTorrent Tracker |
|---|
| 8 |
|
|---|
| 9 |
config FWRT_PACKAGE_CBTT_MYSQL |
|---|
| 10 |
prompt "cbtt-mysql........................ a C BitTorrent Tracker (mysql)" |
|---|
| 11 |
tristate |
|---|
| 12 |
default n |
|---|
| 13 |
select FWRT_PACKAGE_ZLIB |
|---|
| 14 |
select FWRT_PACKAGE_MYSQL_CLIENT |
|---|
| 15 |
help |
|---|
| 16 |
A C BitTorrent Tracker |
|---|