summaryrefslogtreecommitdiff
path: root/package/network/utils/iproute2/Makefile
diff options
context:
space:
mode:
authorKevin Darbyshire-Bryant <kevin@darbyshire-bryant.me.uk>2016-09-21 09:45:33 +0100
committerJohn Crispin <john@phrozen.org>2016-10-04 11:50:48 +0200
commit4ef1144958eefbfe8e74f571b3e8188a174e6a24 (patch)
tree5974012f959518fd1f4ecd5f07ccc5b8a45a8d37 /package/network/utils/iproute2/Makefile
parentde8e032385a1cb4d8aa7ff1a72af9c2a2c6a1391 (diff)
downloadmtk-20170518-4ef1144958eefbfe8e74f571b3e8188a174e6a24.zip
mtk-20170518-4ef1144958eefbfe8e74f571b3e8188a174e6a24.tar.gz
mtk-20170518-4ef1144958eefbfe8e74f571b3e8188a174e6a24.tar.bz2
iproute2: tc cake qdisc add nat, docsis & ptm modes
Add cake nat de-masquerading mode: nat, nonat. Also docsis & ptm overhead related keywords: nat, nonat, ptm, docsis-downstream-ip, docsis-downstream, docsis-upstream-ip & docsis-upstream. 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/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/network/utils/iproute2/Makefile b/package/network/utils/iproute2/Makefile
index 4b17e19..9575ff1 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:=3
+PKG_RELEASE:=4
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
PKG_SOURCE_URL:=@KERNEL/linux/utils/net/iproute2