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 | mtk-20170518-a40f3f90d61146d369dc13083e06fef69c08cdb3.zip mtk-20170518-a40f3f90d61146d369dc13083e06fef69c08cdb3.tar.gz mtk-20170518-a40f3f90d61146d369dc13083e06fef69c08cdb3.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/Makefile | 2 |
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 |
