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 09:13:44 +0100 |
commit | 8cac8572897c28e902218b445aa9bed82c40989f (patch) | |
tree | 3afa6f310c337032ccac3eccf79ff15c7632d6fe /package/network/utils/iproute2/Makefile | |
parent | b3d441c5f7c5247c1b0c3b6e9827d49a27093d50 (diff) | |
download | upstream-8cac8572897c28e902218b445aa9bed82c40989f.tar.gz upstream-8cac8572897c28e902218b445aa9bed82c40989f.tar.bz2 upstream-8cac8572897c28e902218b445aa9bed82c40989f.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>
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 ac31310783..5ed9556043 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:=2 +PKG_RELEASE:=3 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=@KERNEL/linux/utils/net/iproute2 |