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:46:32 +0100 |
commit | 033f02b9b5580e67e2f1b623f62da60d645e7ba2 (patch) | |
tree | 7be81a420036ee5f602123c77b136218531b93c3 /package/network/utils/iproute2/Makefile | |
parent | 4a3298c124787721be632f15b77def945f097441 (diff) | |
download | upstream-033f02b9b5580e67e2f1b623f62da60d645e7ba2.tar.gz upstream-033f02b9b5580e67e2f1b623f62da60d645e7ba2.tar.bz2 upstream-033f02b9b5580e67e2f1b623f62da60d645e7ba2.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>
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 5ed9556043..1c8e3e66d6 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:=3 +PKG_RELEASE:=4 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=@KERNEL/linux/utils/net/iproute2 |