xref: /OK3568_Linux_fs/buildroot/package/vsftpd/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593Smuzhiyunconfig BR2_PACKAGE_VSFTPD
2*4882a593Smuzhiyun	bool "vsftpd"
3*4882a593Smuzhiyun	depends on BR2_USE_MMU # fork()
4*4882a593Smuzhiyun	help
5*4882a593Smuzhiyun	  vsftpd is an ftp daemon written with security in mind.
6*4882a593Smuzhiyun	  http://vsftpd.beasts.org/
7*4882a593Smuzhiyun
8*4882a593Smuzhiyunif BR2_PACKAGE_VSFTPD
9*4882a593Smuzhiyun
10*4882a593Smuzhiyunconfig BR2_PACKAGE_VSFTPD_UTMPX
11*4882a593Smuzhiyun	bool "log vsftpd access to utmpx"
12*4882a593Smuzhiyun	# musl 1.1.4 has an empty utmpx implementation and no WTMPX_FILE
13*4882a593Smuzhiyun	depends on !BR2_TOOLCHAIN_USES_MUSL
14*4882a593Smuzhiyun	help
15*4882a593Smuzhiyun	  Enable logging of vsftpd access to utmpx.
16*4882a593Smuzhiyun	  Note that Buildroot does not generate utmpx by default.
17*4882a593Smuzhiyun
18*4882a593Smuzhiyunendif
19