|
@@ -1,9 +1,11 @@
|
|
comment "nginx needs a toolchain w/ largefile"
|
|
comment "nginx needs a toolchain w/ largefile"
|
|
depends on !BR2_LARGEFILE
|
|
depends on !BR2_LARGEFILE
|
|
|
|
+ depends on BR2_USE_MMU # fork()
|
|
|
|
|
|
menuconfig BR2_PACKAGE_NGINX
|
|
menuconfig BR2_PACKAGE_NGINX
|
|
bool "nginx"
|
|
bool "nginx"
|
|
depends on BR2_LARGEFILE
|
|
depends on BR2_LARGEFILE
|
|
|
|
+ depends on BR2_USE_MMU # fork()
|
|
help
|
|
help
|
|
nginx is an HTTP and reverse proxy server, as well as a mail proxy
|
|
nginx is an HTTP and reverse proxy server, as well as a mail proxy
|
|
server.
|
|
server.
|