summaryrefslogtreecommitdiffstats
path: root/rules/ethtool.make
diff options
context:
space:
mode:
authorChristian Melki <christian.melki@t2data.com>2023-07-02 23:13:08 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2023-07-07 15:02:52 +0200
commit5944dd3478e09e1353b76cdee29455ecfac9b47b (patch)
tree3d866a019ae45812c6fa8c79053b246d77515297 /rules/ethtool.make
parent387883b61215df81ec205054ca51876167dbb819 (diff)
downloadptxdist-5944dd3478e09e1353b76cdee29455ecfac9b47b.tar.gz
ptxdist-5944dd3478e09e1353b76cdee29455ecfac9b47b.tar.xz
ethtool: Version bump. 6.3 -> 6.4
Very minor bugfixes and UAPI update. C11 compiler requirement. Much like the kernel since a year ago. Signed-off-by: Christian Melki <christian.melki@t2data.com> Message-Id: <20230702211308.3851209-1-christian.melki@t2data.com> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/ethtool.make')
-rw-r--r--rules/ethtool.make4
1 files changed, 2 insertions, 2 deletions
diff --git a/rules/ethtool.make b/rules/ethtool.make
index f0b0c6955..5a01f19ab 100644
--- a/rules/ethtool.make
+++ b/rules/ethtool.make
@@ -15,8 +15,8 @@ PACKAGES-$(PTXCONF_ETHTOOL) += ethtool
#
# Paths and names
#
-ETHTOOL_VERSION := 6.3
-ETHTOOL_MD5 := ad56ab0346870cef3f40cb8d793ff7ea
+ETHTOOL_VERSION := 6.4
+ETHTOOL_MD5 := 6c6ca55dfc1561453324f6b9920ca90b
ETHTOOL_SUFFIX := tar.xz
ETHTOOL := ethtool-$(ETHTOOL_VERSION)
ETHTOOL_URL := $(call ptx/mirror, KERNEL, ../software/network/ethtool/$(ETHTOOL).$(ETHTOOL_SUFFIX))