Bump Buildroot to 2021.02-rc3 (#1260)
* Rebase patches to Buildroot 2021.02-rc3 * Update Buildroot to 2021.02-rc3 * Declare Kernel headers to be Linux version 5.10 (since they are, and new Buildroot knows about 5.10)
This commit is contained in:
@@ -8,6 +8,7 @@ NGINX_VERSION = 1.18.0
|
||||
NGINX_SITE = http://nginx.org/download
|
||||
NGINX_LICENSE = BSD-2-Clause
|
||||
NGINX_LICENSE_FILES = LICENSE
|
||||
NGINX_CPE_ID_VENDOR = nginx
|
||||
NGINX_DEPENDENCIES = host-pkgconf
|
||||
|
||||
NGINX_CONF_OPTS = \
|
||||
@@ -55,11 +56,11 @@ NGINX_CONF_OPTS += \
|
||||
--group=www-data \
|
||||
--error-log-path=/var/log/nginx/error.log \
|
||||
--http-log-path=/var/log/nginx/access.log \
|
||||
--http-client-body-temp-path=/var/tmp/nginx/client-body \
|
||||
--http-proxy-temp-path=/var/tmp/nginx/proxy \
|
||||
--http-fastcgi-temp-path=/var/tmp/nginx/fastcgi \
|
||||
--http-scgi-temp-path=/var/tmp/nginx/scgi \
|
||||
--http-uwsgi-temp-path=/var/tmp/nginx/uwsgi
|
||||
--http-client-body-temp-path=/var/cache/nginx/client-body \
|
||||
--http-proxy-temp-path=/var/cache/nginx/proxy \
|
||||
--http-fastcgi-temp-path=/var/cache/nginx/fastcgi \
|
||||
--http-scgi-temp-path=/var/cache/nginx/scgi \
|
||||
--http-uwsgi-temp-path=/var/cache/nginx/uwsgi
|
||||
|
||||
NGINX_CONF_OPTS += \
|
||||
$(if $(BR2_PACKAGE_NGINX_FILE_AIO),--with-file-aio) \
|
||||
|
||||
Reference in New Issue
Block a user