Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-02-26 | another round of native compile fixes | Waldemar Brodkorb | |
2011-01-20 | iproute2: fix compiling tc helper libs | Phil 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-11 | make iproute compilable on FreeBSD host | Waldemar 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. |