summaryrefslogtreecommitdiff
path: root/package/iproute2
AgeCommit message (Collapse)Author
2008-08-08package iproute2 has problems building on recent BSD-derived platformsflorian
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> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12249 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-06-28adds rt_tables to files installed by ip ipkgblogic
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11598 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-05-20Update iproute2 to version 2.6.25, and fixup patchesnoz
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11230 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-04-06revert iproute2 to the old version until the new one is fixed (#3026)nbd
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10744 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-01-08md5sum was left outpavlov
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10148 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-01-08updated iproute2 to 2.6.23 + latest debian patches + latest esfq. deleted ↵pavlov
patches have been merged upstream. note, this also brings in the necessary esfq changes in the kernel git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10147 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-09-07move package description to a separate definition, remove it when ↵nico
DESCRIPTION=TITLE git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8659 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-06-13Fix compilation on 2.4 kernelsflorian
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7615 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-06-13Add esfq to iproute2 and 2.4 kernel (#1891)florian
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7612 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-06-09update iproute2 to 2.6.20-070313, and package genl utilitynoz
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7540 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-06-04refresh all package patches in the buildroot using quiltnbd
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7490 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-05-07Patch to work arounf flex issues with newer version of flex with somehcg
distros. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7123 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-04-08Fix MacOSX build errors with iproute2 (#1533)florian
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6904 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-03-16add file type autodetection for the unpack command and nuke PKG_CAT:= in ↵nbd
lots of places git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6582 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-03-16add a default for PKG_BUILD_DIR and PKG_INSTALL_DIR (will use ↵nbd
KERNEL_BUILD_DIR if kernel.mk is included, BUILD_DIR otherwise) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6580 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-11-23replace lots of manual install commands with INSTALL_* variablesnbd
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5624 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-10-18remove bogus -j1 options from make callsnbd
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5217 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-09-24new (last?) attempt at standardizing Makefilesnico
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4855 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-09-23standardize Makefile, add URLnico
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4833 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-08-22remove bogus dependency linenbd
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4621 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-08-04add quotes to TARGET_CC and TARGET_CROSS to help with distcc and ccachembm
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4429 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-06-27credit where credit is duembm
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4091 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-06-21add INCLUDE_DIR variable for $(TOPDIR)/includenbd
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4033 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-06-21build system cleanup. move shared include files into $(TOPDIR)/include, move ↵nbd
lzma, mkfs.* into toolchain/ git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4032 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-05-31add missing BuildPackage lines, convert install-dev: to Build/InstallDevnbd
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@3857 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-05-30improve dependency handling, fix some package makefile bugsnbd
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@3843 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-05-11replace $(IDIR_*) with $(1)nbd
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@3759 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-05-10Convert packages to new templatembm
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@3752 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-03-22upgrade to iproute2-2.6.15-060110kaloz
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@3449 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-02-01change cp to $(CP)mbm
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@3112 3c298f89-4303-0410-b956-a3cf2f4a3e73
2005-11-15add advanced overhead options for htb in iproute2/tcnbd
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2505 3c298f89-4303-0410-b956-a3cf2f4a3e73
2005-11-07change bool in BR2_COMPILE_* to tristate to avoid unnecessary ↵nbd
package/<foo>-install calls git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2388 3c298f89-4303-0410-b956-a3cf2f4a3e73
2005-11-06fix iproute2 (ip & tc) build broken by [2333]nico
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2342 3c298f89-4303-0410-b956-a3cf2f4a3e73
2005-11-05reorganize/rationalize/format package menuconfig, nico
make updatedd modular git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2333 3c298f89-4303-0410-b956-a3cf2f4a3e73
2005-10-21remove Maintainer: and Source: from packagesnbd
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2210 3c298f89-4303-0410-b956-a3cf2f4a3e73
2005-05-27upgrade wireless-tools and iproute2kaloz
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1084 3c298f89-4303-0410-b956-a3cf2f4a3e73
2005-05-25fix tc packagenbd
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1057 3c298f89-4303-0410-b956-a3cf2f4a3e73
2005-05-12update iproute2 to new packaging stylenbd
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@859 3c298f89-4303-0410-b956-a3cf2f4a3e73
2005-04-18disable non-essential packages by default if DEVELOPER is unset on make ↵nbd
menuconfig git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@675 3c298f89-4303-0410-b956-a3cf2f4a3e73
2005-04-08add some fixes for parallel build (does not work with -j4 yet, but it gets ↵nbd
most packages compiled now) git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@577 3c298f89-4303-0410-b956-a3cf2f4a3e73
2005-03-30remove version and architecture from control filesnbd
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@481 3c298f89-4303-0410-b956-a3cf2f4a3e73
2005-03-23cosmetic fix for iproute2 confignbd
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@427 3c298f89-4303-0410-b956-a3cf2f4a3e73
2005-03-23Force iproute2 Config to build without ATM support, even if host system hasnico
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@419 3c298f89-4303-0410-b956-a3cf2f4a3e73
2005-03-21add md5sumswbx
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@405 3c298f89-4303-0410-b956-a3cf2f4a3e73
2005-03-19add downloading script (with md5sum checking and sourceforge downloading ↵nbd
support) git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@391 3c298f89-4303-0410-b956-a3cf2f4a3e73
2005-03-06Remove packages when cleaningnico
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@319 3c298f89-4303-0410-b956-a3cf2f4a3e73
2005-03-06Add package install dependencies (don't install a package if it's already ↵nico
installed) git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@315 3c298f89-4303-0410-b956-a3cf2f4a3e73
2005-03-06nbd's makefile/menuconfig rewritembm
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@307 3c298f89-4303-0410-b956-a3cf2f4a3e73