mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH] ethtool: Version bump. 6.0 -> 6.1
@ 2022-12-21  9:58 Christian Melki
  0 siblings, 0 replies; only message in thread
From: Christian Melki @ 2022-12-21  9:58 UTC (permalink / raw)
  To: ptxdist

Minor fixes and UAPI update.

* Force enable netlink interface.
Since ethtool is already dependent on libmnl per .in-file,
might aswell be explicit with the netlink interface.
---
 rules/ethtool.make | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/rules/ethtool.make b/rules/ethtool.make
index 9150fdaea..dd0680e76 100644
--- a/rules/ethtool.make
+++ b/rules/ethtool.make
@@ -15,8 +15,8 @@ PACKAGES-$(PTXCONF_ETHTOOL) += ethtool
 #
 # Paths and names
 #
-ETHTOOL_VERSION	:= 6.0
-ETHTOOL_MD5	:= 1284306e608fad9c79fa80edc288e071
+ETHTOOL_VERSION	:= 6.1
+ETHTOOL_MD5	:= 99fe4294ed0e3ebeb7c949ca459e2ffd
 ETHTOOL_SUFFIX	:= tar.xz
 ETHTOOL		:= ethtool-$(ETHTOOL_VERSION)
 ETHTOOL_URL	:= $(call ptx/mirror, KERNEL, ../software/network/ethtool/$(ETHTOOL).$(ETHTOOL_SUFFIX))
@@ -33,7 +33,8 @@ ETHTOOL_LICENSE_FILES	:= \
 ETHTOOL_CONF_TOOL := autoconf
 ETHTOOL_CONF_OPT  := \
 	$(CROSS_AUTOCONF_USR) \
-	--enable-pretty-dump
+	--enable-pretty-dump \
+	--enable-netlink
 
 # ----------------------------------------------------------------------------
 # Target-Install
-- 
2.34.1




^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2022-12-21  9:59 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-12-21  9:58 [ptxdist] [PATCH] ethtool: Version bump. 6.0 -> 6.1 Christian Melki

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox