diff options
Diffstat (limited to 'openwrt/package/ctorrent/Config.in')
-rw-r--r-- | openwrt/package/ctorrent/Config.in | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/openwrt/package/ctorrent/Config.in b/openwrt/package/ctorrent/Config.in new file mode 100644 index 000000000..7295ace04 --- /dev/null +++ b/openwrt/package/ctorrent/Config.in @@ -0,0 +1,10 @@ +config BR2_PACKAGE_CTORRENT + prompt "ctorrent.......................... console-based BitTorrent client" + tristate + default m if CONFIG_DEVEL + help + CTorrent is a BitTorrent client written in the C programming language, known to + be a very robust and mature programming language, which produces fast and + optimized application. + + http://www.rahul.net/dholmes/ctorrent/ |