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

* Re: [ptxdist] [APPLIED] ethtool: Version bump. 6.0 -> 6.1
  2023-01-03 11:22 [ptxdist] [PATCH v2] ethtool: Version bump. 6.0 -> 6.1 Christian Melki
@ 2023-02-17 17:20 ` Michael Olbrich
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Olbrich @ 2023-02-17 17:20 UTC (permalink / raw)
  To: ptxdist; +Cc: Christian Melki

Thanks, applied as 3f1c976193da808fe564c082f86f90491278f51c.

Michael

[sent from post-receive hook]

On Fri, 17 Feb 2023 18:20:22 +0100, Christian Melki <christian.melki@t2data.com> wrote:
> 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>
> Message-Id: <20230103112208.2794055-1-christian.melki@t2data.com>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
> 
> diff --git a/rules/ethtool.make b/rules/ethtool.make
> index 9150fdaea94b..dd0680e76fc4 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



^ 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