diff options
Diffstat (limited to 'package/nginx')
-rw-r--r-- | package/nginx/Config.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/nginx/Config.in b/package/nginx/Config.in index e6f2d96d34..36fa69cd2a 100644 --- a/package/nginx/Config.in +++ b/package/nginx/Config.in @@ -141,8 +141,8 @@ config BR2_PACKAGE_NGINX_HTTP_CHARSET_MODULE config BR2_PACKAGE_NGINX_HTTP_GZIP_MODULE bool "ngx_http_gzip_module" - select BR2_PACKAGE_ZLIB default y + select BR2_PACKAGE_ZLIB help Enable ngx_http_gzip_module @@ -202,8 +202,8 @@ config BR2_PACKAGE_NGINX_HTTP_REFERER_MODULE config BR2_PACKAGE_NGINX_HTTP_REWRITE_MODULE bool "ngx_http_rewrite_module" - select BR2_PACKAGE_PCRE default y + select BR2_PACKAGE_PCRE help Enable ngx_http_rewrite_module |