Commit Graph

45 Commits (f479efbdf4720d6a41b9e9e8badf820aff60c78d)

Author SHA1 Message Date
Jo-Philipp Wich f638b544f3 iproute2: Add hotplug script to add slave devices to TEQL master
Resolves https://dev.openwrt.org/ticket/11192

Signed-off-by: David Woodhouse <dwmw2@infradead.org>

SVN-Revision: 31311
12 years ago
Florian Fainelli a54b6055a8 iproute2: update to 3.2.0 and package 'ss'
This patch bumps iproute2 to the latest available version, fixes the
package URL to use kernel.org (as things have now been moved back there)
and also adds ss (socket statistics) to menuconfig.

Signed-off-by: Oliver Smith <olipro@8.c.9.b.0.7.4.0.1.0.0.2.ip6.arpa>

SVN-Revision: 31179
12 years ago
Florian Fainelli a3284cb0e1 iproute2: update to 2.6.39
Signed-off-by: Daniel Mierswa <impulze@impulze.org>

SVN-Revision: 28378
13 years ago
Daniel Dickinson 63c68ca40e iproute2 relayd: Moved iproute2 and relayd to Routing and Redirection submenu of the Network package group so that they appear with the packages feed packages that are related.
SVN-Revision: 26081
14 years ago
Felix Fietkau c0f0316109 kernel: add a new scheduler action for restoring the connection tracking mark - useful for ingress shaping, will be used for replacing IMQ later
SVN-Revision: 25639
14 years ago
Jo-Philipp Wich 4482f4b5f1 iproute2: dont filter cached routes on iproute_get (#8339)
SVN-Revision: 24216
14 years ago
Jo-Philipp Wich 8ad5dda229 iproute2: mark /etc/iproute2/rt_tables as conffile
SVN-Revision: 23250
14 years ago
Michael Büsch 0c4abfba31 iproute2: Add lex/yacc files dependencies. Refresh other patches.
SVN-Revision: 23027
14 years ago
Michael Büsch 83cb9b7a07 iproute2: Once the make calls were fixed up, parallel compile seems to work well.
SVN-Revision: 22992
14 years ago
Michael Büsch 7a54becd63 iproute2: Fix compilation
SVN-Revision: 22987
14 years ago
Alexandros C. Couloumbis faa7df6ace package/iproute2: update iproute2 to version 2.6.35
SVN-Revision: 22879
14 years ago
Florian Fainelli 675d6a4a47 iproute2: cleanup Makefile after r21513
SVN-Revision: 21519
14 years ago
Florian Fainelli d3ce5cd3ac iproute2: update to v2.6.31 (#7354)
SVN-Revision: 21518
14 years ago
Jo-Philipp Wich ff483c2cf6 iproute2: cleanup Makefile after r21513
SVN-Revision: 21514
14 years ago
Jo-Philipp Wich 84e9706d09 iproute2: update to v2.6.31 (#7354)
SVN-Revision: 21513
14 years ago
Gabor Juhos 22d0b13b78 package/iproute2: refresh patches
SVN-Revision: 20464
14 years ago
Travis Kemen 2e058c3021 this patches fixes iproute2 parallel build.
-Raphael

SVN-Revision: 20189
15 years ago
Jo-Philipp Wich 2e449378bf iproute2: make tc depend on kmod-sched (#6681)
SVN-Revision: 19724
15 years ago
Jo-Philipp Wich 013fa61257 iproute2: honour when building libnetlink.a, completes r18323 and fixes #6160
SVN-Revision: 18422
15 years ago
Felix Fietkau a006cb5e5c iproute2: compile the static libraries with $(FPIC), as they are reused by other packages for inclusion into shared libraries should fix collectd build failures on mips
SVN-Revision: 18323
15 years ago
Felix Fietkau 80a458df05 Pass TARGET_CFLAGS using and external variable instead a sed expression that can fail when TARGET_CFLAGS contains the ":" symbol.
Signed-off: Luigi 'Comio' Mantellini <luigi.mantellini@idf-hit.com>

SVN-Revision: 18311
15 years ago
Felix Fietkau d680184c26 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
SVN-Revision: 16791
15 years ago
Felix Fietkau b5730c409f upgrade iproute2 to 2.6.29-1 - includes support for the skbedit scheduler action
SVN-Revision: 16777
15 years ago
Nicolas Thill f4e312ddf8 iproute2: install netlink header and library
SVN-Revision: 16100
15 years ago
Felix Fietkau b48047bd01 the bison prereq check is no longer necessary
SVN-Revision: 15631
15 years ago
Felix Fietkau ca29771c2a Require* calls must now be placed before BuildPackage calls
SVN-Revision: 15620
15 years ago
Felix Fietkau 34939cad39 get rid of $Id$ - it has never helped us and it has broken too many patches ;)
SVN-Revision: 15242
15 years ago
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
16 years ago
Peter Denison de5c50cfe4 Update iproute2 to version 2.6.25, and fixup patches
SVN-Revision: 11230
16 years ago
Felix Fietkau 88cb2e91d6 revert iproute2 to the old version until the new one is fixed (#3026)
SVN-Revision: 10744
16 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
17 years ago
Florian Fainelli 27a7fa73ee Add esfq to iproute2 and 2.4 kernel (#1891)
SVN-Revision: 7612
17 years ago
Peter Denison 7a1b6c92a1 update iproute2 to 2.6.20-070313, and package genl utility
SVN-Revision: 7540
17 years ago
Felix Fietkau 9114220553 refresh all package patches in the buildroot using quilt
SVN-Revision: 7490
17 years ago
Hamish Guthrie e1fa2bccba Patch to work arounf flex issues with newer version of flex with some distros.
SVN-Revision: 7123
17 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
Felix Fietkau 60c1f0f64d finally move buildroot-ng to trunk 8 years ago