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-08-31 15:30:28 +0700 |
commit | dc9388ac5506f2d0ea0fee6967c003b9129c8ca5 (patch) | |
tree | ab5d793bc1393f6e59b4c59c3f49731548419cf4 /package/network/utils/iproute2/Makefile | |
parent | 721dfd4eb8a4a568c7c4320436a843d30413605e (diff) | |
download | upstream-dc9388ac5506f2d0ea0fee6967c003b9129c8ca5.tar.gz upstream-dc9388ac5506f2d0ea0fee6967c003b9129c8ca5.tar.bz2 upstream-dc9388ac5506f2d0ea0fee6967c003b9129c8ca5.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)
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 13fc3d0aa8..ac31310783 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.18.0 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=@KERNEL/linux/utils/net/iproute2 |