1954c4e0c6
Signed-off-by: Axel Lin <axel.lin@ingics.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 lines
306 B
Plaintext
14 lines
306 B
Plaintext
config BR2_PACKAGE_PROFTPD
|
|
bool "proftpd"
|
|
depends on BR2_USE_MMU # fork()
|
|
help
|
|
ProFTPD, a highly configurable FTP server.
|
|
|
|
http://www.proftpd.org/
|
|
|
|
config BR2_PACKAGE_PROFTPD_MOD_REWRITE
|
|
bool "mod_rewrite support"
|
|
depends on BR2_PACKAGE_PROFTPD
|
|
help
|
|
Compile ProFTPD with mod_rewrite support
|