summaryrefslogtreecommitdiff
path: root/package/network/utils/iproute2/Makefile
diff options
context:
space:
mode:
authorKevin Darbyshire-Bryant <kevin@darbyshire-bryant.me.uk>2016-12-31 17:15:56 +0000
committerJo-Philipp Wich <jo@mein.io>2017-02-01 15:40:20 +0100
commitacebb4a99000b20c89920b572d3a94fe70e991ca (patch)
tree889276c7889a19f3fed2ae09f2702ac5c600bc59 /package/network/utils/iproute2/Makefile
parent06fca0c48bb84285432a6ee7aa0cda54fe5b20c4 (diff)
downloadmtk-20170518-acebb4a99000b20c89920b572d3a94fe70e991ca.zip
mtk-20170518-acebb4a99000b20c89920b572d3a94fe70e991ca.tar.gz
mtk-20170518-acebb4a99000b20c89920b572d3a94fe70e991ca.tar.bz2
iproute2: cake: add 'mpu' minimum packet length support
Add 'mpu' minimum length packet size parameter for scheduling/bandwidth accounting. 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/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/network/utils/iproute2/Makefile b/package/network/utils/iproute2/Makefile
index 620cce2..196b844 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:=6
+PKG_RELEASE:=7
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
PKG_SOURCE_URL:=@KERNEL/linux/utils/net/iproute2