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/dhcp/Config.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'openwrt/package/dhcp') diff --git a/openwrt/package/dhcp/Config.in b/openwrt/package/dhcp/Config.in index 5449c20..f29beee 100644 --- a/openwrt/package/dhcp/Config.in +++ b/openwrt/package/dhcp/Config.in @@ -1,7 +1,7 @@ #menu "dhcp.............................. ISC DHCP (Dynamic Host Configuration Protocol) implementation" config BR2_COMPILE_DHCP - bool + tristate default n depends BR2_PACKAGE_DHCP_RELAY || BR2_PACKAGE_DHCP_SERVER -- cgit v1.1