summaryrefslogtreecommitdiffstats
path: root/openwrt/package/php4/Config.in
diff options
context:
space:
mode:
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-11-07 18:26:35 +0000
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-11-07 18:26:35 +0000
commit9707497f94027fd67f3bdc5bc3dfca9ae983d78b (patch)
treeccde3567eab54f34b7ff670d33ebb90dac505c8f /openwrt/package/php4/Config.in
parent777c181615574f7464bb3785077187f7c7024a43 (diff)
change bool in BR2_COMPILE_* to tristate to avoid unnecessary package/<foo>-install calls
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@2388 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/package/php4/Config.in')
-rw-r--r--openwrt/package/php4/Config.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/package/php4/Config.in b/openwrt/package/php4/Config.in
index 434b1f341..087a62c39 100644
--- a/openwrt/package/php4/Config.in
+++ b/openwrt/package/php4/Config.in
@@ -1,7 +1,7 @@
menu "php4.............................. PHP4 Hypertext preprocessor"
config BR2_COMPILE_PHP4
- bool
+ tristate
default y
depends BR2_PACKAGE_PHP4_CLI || BR2_PACKAGE_PHP4_CGI || BR2_PACKAGE_PHP4_FASTCGI