diff options
author | Kevin Darbyshire-Bryant <kevin@darbyshire-bryant.me.uk> | 2017-01-28 16:44:30 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jo@mein.io> | 2017-01-30 16:30:41 +0100 |
commit | bdd1fad9e3af590867be15858e649cb55dcb6636 (patch) | |
tree | e1cb934bef285a35d05894b232ba027fedc80feb /package/network/utils/iproute2/Makefile | |
parent | 8a8fa29e2024e4541605371e97bf2646a8f9abc1 (diff) | |
download | upstream-bdd1fad9e3af590867be15858e649cb55dcb6636.tar.gz upstream-bdd1fad9e3af590867be15858e649cb55dcb6636.tar.bz2 upstream-bdd1fad9e3af590867be15858e649cb55dcb6636.zip |
iproute2: cake: update cake support
Updated cake's tc patch to match the official cake repository
formatting.
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 196b844892..af8e64c242 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:=7 +PKG_RELEASE:=8 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=@KERNEL/linux/utils/net/iproute2 |