diff options
author | Kevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk> | 2018-08-27 15:52:55 +0700 |
---|---|---|
committer | Kevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk> | 2018-09-12 10:32:13 +0100 |
commit | 1fdf3b4a4440b8740212697add2bb60bbcb68f9c (patch) | |
tree | fa3795e3beb5db34e715aa7b8af9bec33b24264d /package/network/utils/iproute2/Makefile | |
parent | ae12852864879d91ac1f94193bfec5c76c702ca4 (diff) | |
download | upstream-1fdf3b4a4440b8740212697add2bb60bbcb68f9c.tar.gz upstream-1fdf3b4a4440b8740212697add2bb60bbcb68f9c.tar.bz2 upstream-1fdf3b4a4440b8740212697add2bb60bbcb68f9c.zip |
iproute2: update cake man page
CAKE supports overriding of its internal classification of
packets through the tc filter mechanism.
Update the man page in our package, even though we don't
build them. Someone may find the documentation useful.
Signed-off-by: Kevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk>
(cherry picked from commit 30598a05385b0ac2380dd4f30037a9f9d0318cf2)
(cherry picked from commit dc9388ac5506f2d0ea0fee6967c003b9129c8ca5)
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 f72b86d034..66192c7bac 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.16.0 -PKG_RELEASE:=5 +PKG_RELEASE:=6 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=@KERNEL/linux/utils/net/iproute2 |