diff options
author | Kevin Darbyshire-Bryant <kevin@darbyshire-bryant.me.uk> | 2016-06-27 11:16:57 +0100 |
---|---|---|
committer | Jo-Philipp Wich <jo@mein.io> | 2016-06-30 00:43:03 +0200 |
commit | 6d7f54ccdb4a497a969c02657adae9664ae88737 (patch) | |
tree | 886aed146293b32c2ec57b3948d6dce143025017 /package/network/utils/iproute2/Makefile | |
parent | c2bd4695211e78da3a7899f8ee386ff06c3501e8 (diff) | |
download | upstream-6d7f54ccdb4a497a969c02657adae9664ae88737.tar.gz upstream-6d7f54ccdb4a497a969c02657adae9664ae88737.tar.bz2 upstream-6d7f54ccdb4a497a969c02657adae9664ae88737.zip |
iproute2: cake AQM prepare tc for COBALT algorithm
Cake AQM is experimenting with a codel/blue hybrid AQM COBALT instead
of just using codel alone. This patch updates tc to cope with some new
stats produced by COBALT.
Signed-off-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 dbebd06f8e..4b17e19fb1 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:=2 +PKG_RELEASE:=3 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=@KERNEL/linux/utils/net/iproute2 |