diff options
author | Phil Sutter <phil.sutter@viprinet.com> | 2011-01-07 18:21:44 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2011-01-10 10:45:26 +0100 |
commit | 7ed2902adda5173e9ea099bc1467b7fba33e2d84 (patch) | |
tree | 28a4637dc744423fd73b2262e66bf06be1871e63 /package/iproute2/Makefile | |
parent | a559284df14e455fb40317a93843eb1b5c6c672b (diff) |
iproute2: subpackage tc needs iptables for compilation (missing xtables.h otherwise)
Signed-off-by: Phil Sutter <phil.sutter@viprinet.com>
Diffstat (limited to 'package/iproute2/Makefile')
-rw-r--r-- | package/iproute2/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/iproute2/Makefile b/package/iproute2/Makefile index 8ffc0ddb0..42ac1b11d 100644 --- a/package/iproute2/Makefile +++ b/package/iproute2/Makefile @@ -15,6 +15,7 @@ PKG_SITES:= http://devresources.linuxfoundation.org/dev/iproute2/download/ PKG_SUBPKGS:= IP TC TC_ATM IFSTAT LNSTAT ROUTEL RTMON SS PKGSD_TC:= iproute2 traffic control utility PKGSS_TC:= kmod-sched +PKGSB_TC:= iptables PKGSD_TC_ATM:= iproute2 traffic control ATM support library PKGSS_TC_ATM:= tc libatm PKGSB_TC_ATM:= linux-atm |