summaryrefslogtreecommitdiffstats
path: root/package/nginx
diff options
context:
space:
mode:
authorAdam Duskett <Aduskett@gmail.com>2017-04-22 13:18:00 -0400
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2017-05-01 11:59:26 +0200
commitf998e0d092d90e3513e1e7f06afbef604ed01f76 (patch)
treed1da65ac6b052b2324f98dc85aaa748b5ba53c63 /package/nginx
parent5f14d0363248e8de253b7611e66b67eba45ce959 (diff)
downloadbuildroot-f998e0d092d90e3513e1e7f06afbef604ed01f76.tar.gz
buildroot-f998e0d092d90e3513e1e7f06afbef604ed01f76.zip
package/n*/Config.in: fix ordering of statements
The check-package script when ran gives warnings on ordering issues on all of these Config files. This patch cleans up all warnings related to the ordering in the Config files for packages starting with the letter n in the package directory. The appropriate ordering is: type, default, depends on, select, help See http://nightly.buildroot.org/#_config_files for more information. Signed-off-by: Adam Duskett <Adamduskett@outlook.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/nginx')
-rw-r--r--package/nginx/Config.in4
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
OpenPOWER on IntegriCloud