summaryrefslogtreecommitdiff
path: root/package/iproute2/patches/patch-netem_Makefile
AgeCommit message (Collapse)Author
2011-02-26another round of native compile fixesWaldemar Brodkorb
2011-01-20iproute2: fix compiling tc helper libsPhil Sutter
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 <phil@nwl.cc>
2009-12-11make iproute compilable on FreeBSD hostWaldemar Brodkorb
make an extra linux-headers dir in STAGING_DIR for special cases, where host gcc is used, but kernel headers from Linux are needed. Move GNU make specific export to GNUMakefile.