diff options
Diffstat (limited to 'package/lighttpd/Config.in')
-rw-r--r-- | package/lighttpd/Config.in | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/package/lighttpd/Config.in b/package/lighttpd/Config.in index b56d66b4c..49877e418 100644 --- a/package/lighttpd/Config.in +++ b/package/lighttpd/Config.in @@ -42,5 +42,13 @@ config BR2_PACKAGE_LIGHTTPD_PCRE help Enable PCRE support. Needed to support mod_rewrite +config BR2_PACKAGE_LIGHTTPD_WEBDAV + bool "webdav" + depends on BR2_PACKAGE_LIGHTTPD + select BR2_PACKAGE_LIBXML2 + select BR2_PACKAGE_SQLITE + help + Enable webdav support. Needed to support mod_webdav + endmenu endif |