diff options
author | Nicolas Thill <nico@openwrt.org> | 2005-05-21 02:15:53 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2005-05-21 02:15:53 +0000 |
commit | 601ec75c9d069b1c3ec7aa64aecf04e5cdf11bda (patch) | |
tree | 10b83d9311efeb66914c87111d2cbc7578434e55 /package/wput/Config.in | |
parent | 204ceaa626292179b19639c8a6e65f7b9e397734 (diff) | |
download | upstream-601ec75c9d069b1c3ec7aa64aecf04e5cdf11bda.tar.gz upstream-601ec75c9d069b1c3ec7aa64aecf04e5cdf11bda.tar.bz2 upstream-601ec75c9d069b1c3ec7aa64aecf04e5cdf11bda.zip |
Add wput package
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1004 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/wput/Config.in')
-rw-r--r-- | package/wput/Config.in | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/package/wput/Config.in b/package/wput/Config.in new file mode 100644 index 0000000000..8aa5ba334d --- /dev/null +++ b/package/wput/Config.in @@ -0,0 +1,9 @@ +config BR2_PACKAGE_WPUT + tristate "wput - A wget-like command-line FTP client" + default m if CONFIG_DEVEL + help + A wget-like command-line FTP client. + + http://itooktheredpill.dyndns.org/wput/ + + |