diff options
author | "Steven J. Hill" <sjhill@realitydiluted.com> | 2007-01-14 01:48:49 +0000 |
---|---|---|
committer | "Steven J. Hill" <sjhill@realitydiluted.com> | 2007-01-14 01:48:49 +0000 |
commit | 5d173ec4122b89857e6d93fc337311b1f87631c9 (patch) | |
tree | b4e193384077baa5fbf1033358bb1b6806d824a7 /package/proftpd/Config.in | |
parent | 72f3ebce22536705f9eb90c6b570a9e19be4eb43 (diff) | |
download | buildroot-novena-5d173ec4122b89857e6d93fc337311b1f87631c9.tar.gz buildroot-novena-5d173ec4122b89857e6d93fc337311b1f87631c9.zip |
Add ProFTPD package with working init script.
Diffstat (limited to 'package/proftpd/Config.in')
-rw-r--r-- | package/proftpd/Config.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/package/proftpd/Config.in b/package/proftpd/Config.in new file mode 100644 index 000000000..0c3ed1231 --- /dev/null +++ b/package/proftpd/Config.in @@ -0,0 +1,6 @@ +config BR2_PACKAGE_PROFTPD + bool "proftpd" + default n + help + ProFTPD, a highly configurable FTP server. + |