mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH v2] ethtool: Version bump. 6.0 -> 6.1
@ 2023-01-03 11:22 Christian Melki
  2023-02-17 17:20 ` [ptxdist] [APPLIED] " Michael Olbrich
  0 siblings, 1 reply; 2+ messages in thread
From: Christian Melki @ 2023-01-03 11:22 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.

Signed-off-by: Christian Melki <christian.melki@t2data.com>
---
 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] 2+ messages in thread

end of thread, other threads:[~2023-02-17 17:20 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-01-03 11:22 [ptxdist] [PATCH v2] ethtool: Version bump. 6.0 -> 6.1 Christian Melki
2023-02-17 17:20 ` [ptxdist] [APPLIED] " Michael Olbrich

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