blob: 18407d173db3474c6c6e8fb299392bf7ddb5b959 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
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
|