From 8dfd8956ce7f3aaeef8734295bca7ead2812c749 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 git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2388 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- package/howl/Config.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package/howl') diff --git a/package/howl/Config.in b/package/howl/Config.in index a55bbf35f4..a409dd2a64 100644 --- a/package/howl/Config.in +++ b/package/howl/Config.in @@ -1,7 +1,7 @@ menu "howl.............................. A Zeroconf networking implementation" config BR2_COMPILE_HOWL - bool + tristate default n depends BR2_PACKAGE_LIBHOWL -- cgit v1.2.3