diff options
author | Kevin Darbyshire-Bryant <kevin@darbyshire-bryant.me.uk> | 2016-12-19 09:13:42 +0000 |
---|---|---|
committer | John Crispin <john@phrozen.org> | 2016-12-20 09:35:36 +0100 |
commit | 197b11f325971fa883c1f69880d188cc3e8d9605 (patch) | |
tree | 03abb0599a9ddc2ab8b2c76bf6929fb228b26745 /package/network/utils/iproute2/Makefile | |
parent | 305704f405fbc347a17dd69c1354ec3da448ea15 (diff) | |
download | upstream-197b11f325971fa883c1f69880d188cc3e8d9605.tar.gz upstream-197b11f325971fa883c1f69880d188cc3e8d9605.tar.bz2 upstream-197b11f325971fa883c1f69880d188cc3e8d9605.zip |
iproute2: tc - update cake support
Update tc to track upstream cake changes:
diffserv3 - a simple 3 tin classifier
Also make diffserv3 and triple-isolate default
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 d147567929..620cce22a0 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:=5 +PKG_RELEASE:=6 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=@KERNEL/linux/utils/net/iproute2 |