xref: /OK3568_Linux_fs/buildroot/package/nginx-dav-ext/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593Smuzhiyunconfig BR2_PACKAGE_NGINX_DAV_EXT
2*4882a593Smuzhiyun	bool "nginx-dav-ext"
3*4882a593Smuzhiyun	depends on BR2_PACKAGE_NGINX_HTTP_DAV_MODULE
4*4882a593Smuzhiyun	select BR2_PACKAGE_LIBXSLT
5*4882a593Smuzhiyun	help
6*4882a593Smuzhiyun	  NGINX WebDAV missing commands support (PROPFIND & OPTIONS).
7*4882a593Smuzhiyun
8*4882a593Smuzhiyun	  https://github.com/arut/nginx-dav-ext-module
9