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