diff options
author | Hannu Nyman <hannu.nyman@iki.fi> | 2016-05-31 21:01:09 +0300 |
---|---|---|
committer | John Crispin <john@phrozen.org> | 2016-06-06 14:58:11 +0200 |
commit | 23147dd43ac0835cc9077819c32a101dee42461d (patch) | |
tree | 8340e3972ad75ca7efd3d1ad217663f5ea7aa4ec /package/network/utils/iproute2/Makefile | |
parent | bf89f5404b31494630a17778e9c60cc7d7dd672f (diff) | |
download | upstream-23147dd43ac0835cc9077819c32a101dee42461d.tar.gz upstream-23147dd43ac0835cc9077819c32a101dee42461d.tar.bz2 upstream-23147dd43ac0835cc9077819c32a101dee42461d.zip |
iproute2: Add support for cake qdisc
Add cake support to 'tc' in iproute2
- Use a patch to modify tc instead of adding a new tc-adv package.
Patch creates q_cake.c that matches commit https://github.com/dtaht/tc-adv/commit/3314230bc47328bc9b44faacaad8210065ef98b7
- Do not include the other things from tc-adv (cake0, cake2, pie etc.).
V2 - KDB Small update to base on latest cake tc changes (wash option
deprecated)
V3 - KDB Move kmod-sched-cake package to kernel as is kernel related
v4 - KDB Split into individual patches, tc & kmod
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
Acked-by: Kevin Darbyshire-Bryant <kevin@darbyshire-bryant.me.uk>
Diffstat (limited to 'package/network/utils/iproute2/Makefile')
-rw-r--r-- | package/network/utils/iproute2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/network/utils/iproute2/Makefile b/package/network/utils/iproute2/Makefile index fad198c795..dbebd06f8e 100644 --- a/package/network/utils/iproute2/Makefile +++ b/package/network/utils/iproute2/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=iproute2 PKG_VERSION:=4.4.0 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=@KERNEL/linux/utils/net/iproute2 |