Florian Fainelli
e71cdf8127
package iproute2 has problems building on recent BSD-derived platforms because some programs to be run on the host use malloc.h in an incompatible way.
...
package/iproute2/patches/004-darwin_fixes.patch has a fix for Darwin,
however the fix can be made to work on other BSD platforms
by changing the patch as below.
I think a similar approach should work for other BSD-derived platforms,
replacing the
#ifndef __APPLE__
with
#if !defined(__APPLE__) && !defined(__FreeBSD__) && !defined(...)
or perhaps even with just
#ifdef __linux__
if the set of platforms where malloc.h is ok is small or restricted
to just linux
In any case, the patch is below. (#3869 )
Signed-off-by: Luigi Rizzo <rizzo@iet.unipi.it>
SVN-Revision: 12249
16 years ago
John Crispin
04453591af
adds rt_tables to files installed by ip ipkg
...
SVN-Revision: 11598
17 years ago
Peter Denison
de5c50cfe4
Update iproute2 to version 2.6.25, and fixup patches
...
SVN-Revision: 11230
17 years ago
Felix Fietkau
88cb2e91d6
revert iproute2 to the old version until the new one is fixed ( #3026 )
...
SVN-Revision: 10744
17 years ago
Tim Yardley
7eff5caa70
md5sum was left out
...
SVN-Revision: 10148
17 years ago
Tim Yardley
063e150eb9
updated iproute2 to 2.6.23 + latest debian patches + latest esfq. deleted patches have been merged upstream. note, this also brings in the necessary esfq changes in the kernel
...
SVN-Revision: 10147
17 years ago
Nicolas Thill
34bb4638e7
move package description to a separate definition, remove it when DESCRIPTION=TITLE
...
SVN-Revision: 8659
17 years ago
Florian Fainelli
b895be6ee0
Fix compilation on 2.4 kernels
...
SVN-Revision: 7615
18 years ago
Florian Fainelli
27a7fa73ee
Add esfq to iproute2 and 2.4 kernel ( #1891 )
...
SVN-Revision: 7612
18 years ago
Peter Denison
7a1b6c92a1
update iproute2 to 2.6.20-070313, and package genl utility
...
SVN-Revision: 7540
18 years ago
Felix Fietkau
9114220553
refresh all package patches in the buildroot using quilt
...
SVN-Revision: 7490
18 years ago
Hamish Guthrie
e1fa2bccba
Patch to work arounf flex issues with newer version of flex with some distros.
...
SVN-Revision: 7123
18 years ago
Florian Fainelli
2787236e0e
Fix MacOSX build errors with iproute2 ( #1533 )
...
SVN-Revision: 6904
18 years ago
Felix Fietkau
24faf55360
add file type autodetection for the unpack command and nuke PKG_CAT:= in lots of places
...
SVN-Revision: 6582
18 years ago
Felix Fietkau
1d307eea87
add a default for PKG_BUILD_DIR and PKG_INSTALL_DIR (will use KERNEL_BUILD_DIR if kernel.mk is included, BUILD_DIR otherwise)
...
SVN-Revision: 6580
18 years ago
Felix Fietkau
c2211dc51e
replace lots of manual install commands with INSTALL_* variables
...
SVN-Revision: 5624
18 years ago
Felix Fietkau
144572780b
remove bogus -j1 options from make calls
...
SVN-Revision: 5217
18 years ago