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 | 689c3906d18865375f66da03745ef5e7b55d48a7 (patch) | |
tree | 3293e4d30094a5073f86bfa7a573910a56ac8406 /openwrt/package/wput/Config.in | |
parent | 1d34ee7dc004fc533536afcd1568f8bad1e465cc (diff) | |
download | mtk-20170518-689c3906d18865375f66da03745ef5e7b55d48a7.zip mtk-20170518-689c3906d18865375f66da03745ef5e7b55d48a7.tar.gz mtk-20170518-689c3906d18865375f66da03745ef5e7b55d48a7.tar.bz2 |
Add wput package
SVN-Revision: 1004
Diffstat (limited to 'openwrt/package/wput/Config.in')
-rw-r--r-- | openwrt/package/wput/Config.in | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/openwrt/package/wput/Config.in b/openwrt/package/wput/Config.in new file mode 100644 index 0000000..8aa5ba3 --- /dev/null +++ b/openwrt/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/ + + |