summaryrefslogtreecommitdiff
path: root/package/iproute2/patches
AgeCommit message (Collapse)Author
2014-04-05fix iproute2 musl compileWaldemar Brodkorb
2014-02-10fix cross-compile on DarwinWaldemar Brodkorb
2013-12-08update iproute2Waldemar Brodkorb
2013-10-10workaround compile error for avr32Waldemar Brodkorb
2013-08-20update to latest upstream, fix musl compileWaldemar Brodkorb
2012-07-17update to latest upstream versionWaldemar Brodkorb
2012-03-24update gcc, glibc and fix build breakageWaldemar Brodkorb
2012-01-12update iproute2 to 3.2.0, add needed unshare support from buildroot for uClibcWaldemar Brodkorb
2011-11-10fix make bulk on OpenADK buildserverWaldemar Brodkorb
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>
2011-01-13update to Linux Kernel 2.6.37Waldemar Brodkorb
2011-01-10iproute2: have tc/Makefile really install somethingPhil Sutter
Signed-off-by: Phil Sutter <phil.sutter@viprinet.com>
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.
2009-11-25add new taget alix2dWaldemar Brodkorb
- tested via nfs boot - fix dansguardian zlib dependency
2009-08-22iproute2: complete rewrite of integrationPhil Sutter
This is probably the most complete and fine-grained integration of iproute2 we ever had in both FreeWRT and OpenADK. ;)
2009-05-17Initial importwbx