From 97c31ddb562ac6e5829e29bf416fe94e8eec569f Mon Sep 17 00:00:00 2001
From: nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Date: Mon, 7 Nov 2005 18:26:35 +0000
Subject: change bool in BR2_COMPILE_* to tristate to avoid unnecessary
 package/<foo>-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 85fa18421..349e3b7df 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