Commit Graph

54 Commits (7e7a567b1402f069ee0c6cbd32077b25eb0ccd30)

Author SHA1 Message Date
Felix Fietkau 4ec1678b66 sched: allow user space to create pfifo_fast qdiscs on virtual interfaces, allow pfifo_fast qdiscs to have filters and filter actions - useful for controlling packet classification into wme classes
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16791 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-07-12 00:01:22 +00:00
Felix Fietkau 71407a592e upgrade iproute2 to 2.6.29-1 - includes support for the skbedit scheduler action
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16777 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-07-11 14:05:54 +00:00
Nicolas Thill 1a8d26f580 [package] iproute2: install netlink header and library
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16100 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-05-26 21:58:24 +00:00
Felix Fietkau d360f2a1a0 the bison prereq check is no longer necessary
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15631 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-05-06 10:14:39 +00:00
Felix Fietkau b3c236efcc Require* calls must now be placed before BuildPackage calls
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15620 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-05-05 11:01:44 +00:00
Felix Fietkau 5bdd866100 get rid of $Id$ - it has never helped us and it has broken too many patches ;)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15242 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-04-17 14:09:46 +00:00
Florian Fainelli a2e33f9f8a 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> 


git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12249 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-08-08 21:49:17 +00:00
John Crispin 93a27d7477 adds rt_tables to files installed by ip ipkg
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11598 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-06-28 17:32:21 +00:00
Peter Denison df83a6c4c8 Update iproute2 to version 2.6.25, and fixup patches
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11230 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-05-20 22:17:26 +00:00
Felix Fietkau e24321916a revert iproute2 to the old version until the new one is fixed (#3026)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10744 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-04-06 17:13:00 +00:00
Tim Yardley 69ee6bee20 md5sum was left out
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10148 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-01-08 22:31:26 +00:00
Tim Yardley 6394df1d83 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
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10147 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-01-08 22:28:35 +00:00
Nicolas Thill 2180fa92a1 move package description to a separate definition, remove it when DESCRIPTION=TITLE
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8659 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-09-07 08:34:51 +00:00
Florian Fainelli 9bf36b23c8 Fix compilation on 2.4 kernels
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7615 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-06-13 17:53:46 +00:00
Florian Fainelli b4841ea754 Add esfq to iproute2 and 2.4 kernel (#1891)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7612 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-06-13 17:33:25 +00:00
Peter Denison 9bc891ebc9 update iproute2 to 2.6.20-070313, and package genl utility
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7540 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-06-09 13:17:46 +00:00
Felix Fietkau 12a81e859f refresh all package patches in the buildroot using quilt
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7490 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-06-04 11:25:53 +00:00
Hamish Guthrie 0d8da1d218 Patch to work arounf flex issues with newer version of flex with some
distros.


git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7123 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-05-07 14:32:00 +00:00
Florian Fainelli baf4a9ed35 Fix MacOSX build errors with iproute2 (#1533)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6904 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-04-08 20:59:28 +00:00
Felix Fietkau 713863458d add file type autodetection for the unpack command and nuke PKG_CAT:= in lots of places
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6582 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-03-16 20:21:39 +00:00
Felix Fietkau c70cfb3d1a add a default for PKG_BUILD_DIR and PKG_INSTALL_DIR (will use 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
2007-03-16 19:18:55 +00:00
Felix Fietkau 5a32593057 replace lots of manual install commands with INSTALL_* variables
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5624 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-11-23 00:29:07 +00:00
Felix Fietkau 79f6c76fce remove bogus -j1 options from make calls
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5217 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-10-18 22:12:24 +00:00
Nicolas Thill ecb6c4b599 new (last?) attempt at standardizing Makefiles
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4855 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-09-24 20:49:31 +00:00
Nicolas Thill 13a7169e58 standardize Makefile, add URL
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4833 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-09-23 17:39:46 +00:00
Felix Fietkau fdb1c59ca1 remove bogus dependency line
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4621 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-08-22 10:40:32 +00:00
Mike Baker 0611443ef9 add quotes to TARGET_CC and TARGET_CROSS to help with distcc and ccache
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4429 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-08-04 03:26:32 +00:00
Mike Baker f9e5c1b1d5 credit where credit is due
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4091 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-06-27 00:35:46 +00:00
Felix Fietkau 24cf53528f add INCLUDE_DIR variable for $(TOPDIR)/include
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4033 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-06-21 02:32:39 +00:00
Felix Fietkau 08cbdbc1b0 build system cleanup. move shared include files into $(TOPDIR)/include, move lzma, mkfs.* into toolchain/
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4032 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-06-21 02:16:37 +00:00
Felix Fietkau 24c7f4cd08 add missing BuildPackage lines, convert install-dev: to Build/InstallDev
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@3857 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-05-31 13:00:11 +00:00
Felix Fietkau f45baccdc5 improve dependency handling, fix some package makefile bugs
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@3843 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-05-30 18:55:52 +00:00
Felix Fietkau b97ca641b4 replace $(IDIR_*) with $(1)
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@3759 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-05-11 16:00:43 +00:00
Mike Baker 4db966cb5e Convert packages to new template
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@3752 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-05-10 19:06:22 +00:00
Imre Kaloz 5cc760c286 upgrade to iproute2-2.6.15-060110
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@3449 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-03-22 12:26:02 +00:00
Mike Baker e0af0a4eb8 change cp to $(CP)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@3112 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-02-01 23:53:19 +00:00
Felix Fietkau 59c6b0ed9c add advanced overhead options for htb in iproute2/tc
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2505 3c298f89-4303-0410-b956-a3cf2f4a3e73
2005-11-15 19:29:54 +00:00
Felix Fietkau 8dfd8956ce change bool in BR2_COMPILE_* to tristate to avoid unnecessary package/<foo>-install calls
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2388 3c298f89-4303-0410-b956-a3cf2f4a3e73
2005-11-07 18:26:35 +00:00
Nicolas Thill 35a9f10352 fix iproute2 (ip & tc) build broken by [2333]
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2342 3c298f89-4303-0410-b956-a3cf2f4a3e73
2005-11-06 01:14:15 +00:00
Nicolas Thill fdffe64b46 reorganize/rationalize/format package menuconfig,
make updatedd modular

git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2333 3c298f89-4303-0410-b956-a3cf2f4a3e73
2005-11-05 02:16:36 +00:00
Felix Fietkau a2ad0ad108 remove Maintainer: and Source: from packages
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2210 3c298f89-4303-0410-b956-a3cf2f4a3e73
2005-10-21 17:21:28 +00:00
Imre Kaloz fdd5681c06 upgrade wireless-tools and iproute2
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1084 3c298f89-4303-0410-b956-a3cf2f4a3e73
2005-05-27 17:32:43 +00:00
Felix Fietkau 683eb9591d fix tc package
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1057 3c298f89-4303-0410-b956-a3cf2f4a3e73
2005-05-25 16:33:43 +00:00
Felix Fietkau a43a27ddfa update iproute2 to new packaging style
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@859 3c298f89-4303-0410-b956-a3cf2f4a3e73
2005-05-12 20:45:01 +00:00
Felix Fietkau 26afbfb9ff disable non-essential packages by default if DEVELOPER is unset on make menuconfig
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@675 3c298f89-4303-0410-b956-a3cf2f4a3e73
2005-04-18 19:45:56 +00:00
Felix Fietkau e295e9cf7c add some fixes for parallel build (does not work with -j4 yet, but it gets most packages compiled now)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@577 3c298f89-4303-0410-b956-a3cf2f4a3e73
2005-04-08 09:08:38 +00:00
Felix Fietkau 5f6c43ae22 remove version and architecture from control files
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@481 3c298f89-4303-0410-b956-a3cf2f4a3e73
2005-03-30 19:29:51 +00:00
Felix Fietkau b82c92b4f2 cosmetic fix for iproute2 config
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@427 3c298f89-4303-0410-b956-a3cf2f4a3e73
2005-03-23 12:50:03 +00:00
Nicolas Thill 0bd245bd30 Force iproute2 Config to build without ATM support, even if host system has
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@419 3c298f89-4303-0410-b956-a3cf2f4a3e73
2005-03-23 01:30:15 +00:00
Waldemar Brodkorb a614223ef9 add md5sums
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@405 3c298f89-4303-0410-b956-a3cf2f4a3e73
2005-03-21 08:12:49 +00:00