diff options
author | Kevin Darbyshire-Bryant <kevin@darbyshire-bryant.me.uk> | 2016-12-31 17:15:56 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jo@mein.io> | 2017-01-26 15:46:01 +0100 |
commit | a40f3f90d61146d369dc13083e06fef69c08cdb3 (patch) | |
tree | 394ec5c8ac55f458034c04ac5a67c3173e2f7251 /package/network/utils/iproute2/Makefile | |
parent | e38bafb65ae05e230d77208b35a71f5b8e21cd98 (diff) | |
download | upstream-a40f3f90d61146d369dc13083e06fef69c08cdb3.tar.gz upstream-a40f3f90d61146d369dc13083e06fef69c08cdb3.tar.bz2 upstream-a40f3f90d61146d369dc13083e06fef69c08cdb3.zip |
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/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/network/utils/iproute2/Makefile b/package/network/utils/iproute2/Makefile index 620cce22a0..196b844892 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 |