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/iproute2/Config.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package/iproute2') diff --git a/package/iproute2/Config.in b/package/iproute2/Config.in index 85fa18421a..349e3b7df2 100644 --- a/package/iproute2/Config.in +++ b/package/iproute2/Config.in @@ -1,7 +1,7 @@ menu "iproute2.......................... A collection of utilites for controlling TCP/IP networking and Traffic Control" config BR2_COMPILE_IPROUTE2 - bool + tristate default n depends BR2_PACKAGE_IPROUTE2_IP || BR2_PACKAGE_IPROUTE2_TC -- cgit v1.2.3