diff options
author | Kevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk> | 2018-09-12 08:24:37 +0100 |
---|---|---|
committer | Kevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk> | 2018-09-12 10:33:53 +0100 |
commit | a57062a90832b0941d4b55cbaca48bfc0c2f1d34 (patch) | |
tree | 1e710365e5ef2204091c77b2ec2a7d7719ac1c54 /package/network/utils/iproute2/Makefile | |
parent | 1fdf3b4a4440b8740212697add2bb60bbcb68f9c (diff) | |
download | upstream-a57062a90832b0941d4b55cbaca48bfc0c2f1d34.tar.gz upstream-a57062a90832b0941d4b55cbaca48bfc0c2f1d34.tar.bz2 upstream-a57062a90832b0941d4b55cbaca48bfc0c2f1d34.zip |
iproute2: q_cake: Add printing of no-split-gso option
When the GSO splitting was turned into dual split-gso/no-split-gso options,
the printing of the latter was left out. Add that, so output is consistent
with the options passed
Signed-off-by: Kevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk>
(cherry picked from commit 8cac8572897c28e902218b445aa9bed82c40989f)
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 66192c7bac..91092b2f51 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:=6 +PKG_RELEASE:=7 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=@KERNEL/linux/utils/net/iproute2 |