packages: nginx: fix PCRE symbol name and fix dependency

Fix PCRE config symbol name and let HTTP_REWRITE select it as it
depends on PCRE.

Signed-off-by: Jonas Gorski <jogo@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@36483 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
jogo 2013-04-28 21:26:23 +00:00
parent 7e30a29dfd
commit 37116eddba

View File

@ -38,7 +38,7 @@ config NGINX_LUA
help
Enable support for LUA scripts.
config NGINX_DISABLE_PCRE
config NGINX_PCRE
bool
prompt "Enable PCRE library usage"
default y
@ -105,6 +105,7 @@ config NGINX_HTTP_REFERER
config NGINX_HTTP_REWRITE
bool
prompt "Enable HTTP rewrite module"
select NGINX_PCRE
default y
config NGINX_HTTP_PROXY