From 7c3871569458ab2a497937f68e81172bfc0e7802 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Mon, 7 Nov 2005 18:26:35 +0000 Subject: change bool in BR2_COMPILE_* to tristate to avoid unnecessary package/-install calls SVN-Revision: 2388 --- openwrt/package/php5/Config.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'openwrt/package/php5') diff --git a/openwrt/package/php5/Config.in b/openwrt/package/php5/Config.in index cae12e4..862df99 100644 --- a/openwrt/package/php5/Config.in +++ b/openwrt/package/php5/Config.in @@ -1,7 +1,7 @@ menu "php5.............................. PHP5 Hypertext preprocessor" config BR2_COMPILE_PHP5 - bool + tristate default n depends BR2_PACKAGE_PHP5_CLI || BR2_PACKAGE_PHP5_CGI || BR2_PACKAGE_PHP5_FASTCGI -- cgit v1.1