diff options
author | Kevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk> | 2018-09-14 21:52:39 +0100 |
---|---|---|
committer | Kevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk> | 2018-09-15 08:49:36 +0100 |
commit | 4f6ad3c13ace1d341179ad82f417aa0ce5adf51d (patch) | |
tree | 4bb0b800b9d39d94f698d43b2067f45bcbe6fbe9 /package/network/utils/iproute2/Makefile | |
parent | e60be1133036b5ccce94d73d21e159840143fd41 (diff) | |
download | upstream-4f6ad3c13ace1d341179ad82f417aa0ce5adf51d.tar.gz upstream-4f6ad3c13ace1d341179ad82f417aa0ce5adf51d.tar.bz2 upstream-4f6ad3c13ace1d341179ad82f417aa0ce5adf51d.zip |
iproute2: q_cake: Also print nonat, nowash and no-ack-filter keywords
Pull in latest upstream tweaks:
Similar to the previous patch for no-split-gso, the negative keywords for
'nat', 'wash' and 'ack-filter' were not printed either. Add those as well.
Signed-off-by: Kevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk>
(cherry picked from commit 033f02b9b5580e67e2f1b623f62da60d645e7ba2)
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 91092b2f51..2c13e276fb 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:=7 +PKG_RELEASE:=8 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=@KERNEL/linux/utils/net/iproute2 |