diff options
Diffstat (limited to 'openwrt/package/cbtt/Config.in')
-rw-r--r-- | openwrt/package/cbtt/Config.in | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/openwrt/package/cbtt/Config.in b/openwrt/package/cbtt/Config.in new file mode 100644 index 000000000..f0fe4addf --- /dev/null +++ b/openwrt/package/cbtt/Config.in @@ -0,0 +1,13 @@ +config BR2_PACKAGE_CBTT + prompt "cbtt.............................. a C BitTorrent Tracker" + tristate + default m if CONFIG_DEVEL + help + A C BitTorrent Tracker + +config BR2_PACKAGE_CBTT_MYSQL + prompt "cbtt-mysql........................ a C BitTorrent Tracker (mysql)" + tristate + default m if CONFIG_DEVEL + help + A C BitTorrent Tracker |