summaryrefslogtreecommitdiffstats
path: root/package/lighttpd/Config.in
diff options
context:
space:
mode:
Diffstat (limited to 'package/lighttpd/Config.in')
-rw-r--r--package/lighttpd/Config.in7
1 files changed, 7 insertions, 0 deletions
diff --git a/package/lighttpd/Config.in b/package/lighttpd/Config.in
index a822d9021..cb759ff46 100644
--- a/package/lighttpd/Config.in
+++ b/package/lighttpd/Config.in
@@ -44,4 +44,11 @@ config BR2_PACKAGE_LIGHTTPD_WEBDAV
help
Enable webdav support. Needed to support mod_webdav
+config BR2_PACKAGE_LIGHTTPD_LUA
+ bool "lua support"
+ depends on BR2_PACKAGE_LIGHTTPD
+ select BR2_PACKAGE_LUA
+ help
+ Enable Lua support. Needed to support mod_magnet
+
endif