diff options
author | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-02-28 07:30:13 +0000 |
---|---|---|
committer | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-02-28 07:30:13 +0000 |
commit | d7eb287961c0a56774f65c9b75e858a0f147e301 (patch) | |
tree | e2dda3e38ee785f5b5a9cc23669b4d00f71e371b /openwrt/package/ctorrent/Config.in | |
parent | bb473c3dda2ef346537b1f19df612fb7ac348097 (diff) |
Added ctorrent, statically compiled for the moment (need uClibc++ fixes)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@3282 3c298f89-4303-0410-b956-a3cf2f4a3e73
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/ |