summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Melki <christian.melki@t2data.com>2022-09-12 10:40:31 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2022-09-13 17:34:32 +0200
commita7873aca9c19114f7e85ab3a91aec286f36daf3a (patch)
treecc707ca5ee0655e5524b62b7698ce323f8c1b0ba
parent34db9dd470bdec673a15f4b2038303ff053d0427 (diff)
downloadptxdist-a7873aca9c19114f7e85ab3a91aec286f36daf3a.tar.gz
ptxdist-a7873aca9c19114f7e85ab3a91aec286f36daf3a.tar.xz
ethtool: Version bump. 5.18 -> 5.19.
Minor bugfixes feature increases. https://git.kernel.org/pub/scm/network/ethtool/ethtool.git/tree/NEWS?h=v5.19 Signed-off-by: Christian Melki <christian.melki@t2data.com> Message-Id: <20220912084031.2292075-1-christian.melki@t2data.com> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
-rw-r--r--rules/ethtool.make4
1 files changed, 2 insertions, 2 deletions
diff --git a/rules/ethtool.make b/rules/ethtool.make
index 257e9251d..a5de32baa 100644
--- a/rules/ethtool.make
+++ b/rules/ethtool.make
@@ -15,8 +15,8 @@ PACKAGES-$(PTXCONF_ETHTOOL) += ethtool
#
# Paths and names
#
-ETHTOOL_VERSION := 5.18
-ETHTOOL_MD5 := 8c606ddd61bbf62c0948be8bd54f87a0
+ETHTOOL_VERSION := 5.19
+ETHTOOL_MD5 := f7748330e125448660d84b1fddd01c61
ETHTOOL_SUFFIX := tar.xz
ETHTOOL := ethtool-$(ETHTOOL_VERSION)
ETHTOOL_URL := $(call ptx/mirror, KERNEL, ../software/network/ethtool/$(ETHTOOL).$(ETHTOOL_SUFFIX))