From d74dfa37fcaa492fa01e3e966323118382c74ede Mon Sep 17 00:00:00 2001 From: John Voltz Date: Thu, 24 Apr 2008 13:18:50 +0000 Subject: update lighttpd --- package/lighttpd/Config.in | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) (limited to 'package/lighttpd/Config.in') diff --git a/package/lighttpd/Config.in b/package/lighttpd/Config.in index c45b19e06..7db9b2d3e 100644 --- a/package/lighttpd/Config.in +++ b/package/lighttpd/Config.in @@ -12,10 +12,24 @@ config BR2_PACKAGE_LIGHTTPD http://www.lighttpd.net/ +if BR2_PACKAGE_LIGHTTPD +menu "lighttpd packages" + config BR2_PACKAGE_LIGHTTPD_OPENSSL - bool "lighttpd-openssl" + bool "openssl" default y depends on BR2_PACKAGE_LIGHTTPD select BR2_PACKAGE_OPENSSL help Enable OpenSSL support for lighttpd. + +config BR2_PACKAGE_LIGHTTPD_PCRE + bool "pcre" + default n + depends on BR2_PACKAGE_LIGHTTPD + select BR2_PACKAGE_PCRE + help + Enable PCRE support. Needed to support mod_rewrite + +endmenu +endif -- cgit v1.2.3