From d3c4a628fbee8ccda9c3500a01c7d817adbb9e4d Mon Sep 17 00:00:00 2001 From: Phil Sutter Date: Wed, 19 Jan 2011 02:06:32 +0100 Subject: iproute2: fix compiling tc helper libs First of all, tc may support iptables if available. Dedicate a sub-package for the libs generated then, so the plain tc package will always contain the same stuff regardless of whether iptables is there or not. Given the right options, iproute2 is indeed able to detect iptables and libatm, so do that instead of using a shipped Config file. Patches updated as a nice side effect. Signed-off-by: Phil Sutter --- package/iproute2/files/Config | 2 -- 1 file changed, 2 deletions(-) delete mode 100644 package/iproute2/files/Config (limited to 'package/iproute2/files/Config') diff --git a/package/iproute2/files/Config b/package/iproute2/files/Config deleted file mode 100644 index 0ba7d387d..000000000 --- a/package/iproute2/files/Config +++ /dev/null @@ -1,2 +0,0 @@ -TC_CONFIG_ATM:=y -TC_CONFIG_XT:=y -- cgit v1.2.3