diff options
Diffstat (limited to 'package/nginx/Config.in')
| -rw-r--r-- | package/nginx/Config.in | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/package/nginx/Config.in b/package/nginx/Config.in index f925cc75bc..ca3e3eb4b0 100644 --- a/package/nginx/Config.in +++ b/package/nginx/Config.in @@ -18,6 +18,13 @@ config BR2_PACKAGE_NGINX_FILE_AIO depends on !BR2_aarch64 depends on !BR2_arc +config BR2_PACKAGE_NGINX_THREADS + bool "thread pool support" + depends on BR2_TOOLCHAIN_HAS_THREADS + +comment "thread pool support needs a toolchain w/ threads" + depends on !BR2_TOOLCHAIN_HAS_THREADS + config BR2_PACKAGE_NGINX_HTTP bool "http server" default y |

