diff options
Diffstat (limited to 'package/php/Config.in')
-rw-r--r-- | package/php/Config.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/package/php/Config.in b/package/php/Config.in index c8c100cbd..6d15da56e 100644 --- a/package/php/Config.in +++ b/package/php/Config.in @@ -25,6 +25,8 @@ choice config BR2_PACKAGE_PHP_SAPI_CGI bool "CGI" + # CGI uses fork() + depends on BR2_USE_MMU select BR2_PACKAGE_PHP_CGI help Common Gateway Interface @@ -37,6 +39,8 @@ config BR2_PACKAGE_PHP_SAPI_CLI config BR2_PACKAGE_PHP_SAPI_CLI_CGI bool "CGI and CLI" + # CGI uses fork() + depends on BR2_USE_MMU select BR2_PACKAGE_PHP_CLI select BR2_PACKAGE_PHP_CGI help |