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