From: Paul Donald Date: Thu, 28 May 2026 13:11:00 +0000 (+0300) Subject: ethtool: update to 7.0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4271b0b0b435bf346cea49b0535604a8f2a08df5;p=thirdparty%2Fopenwrt.git ethtool: update to 7.0 Version 7.0 - Apr 28, 2026 * Feature: support MSE display (--show-mse) * Feature: add 2 new link_ext_state names * Fix: fix index calculation in ixgbe register dump (-d) * Fix: cmis wavelength tolerance output (-m) * Fix: duplicate sfpid Active Cu compliance output (-m) Signed-off-by: Paul Donald Link: https://github.com/openwrt/openwrt/pull/23574 Signed-off-by: Robert Marko --- diff --git a/package/network/utils/ethtool/Makefile b/package/network/utils/ethtool/Makefile index 9c90cc88251..5a27d0ace3f 100644 --- a/package/network/utils/ethtool/Makefile +++ b/package/network/utils/ethtool/Makefile @@ -8,13 +8,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=ethtool -PKG_VERSION:=6.19 -PKG_RELEASE:=2 +PKG_VERSION:=7.0 +PKG_RELEASE:=1 PKG_MAINTAINER:=Felix Fietkau PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=@KERNEL/software/network/ethtool -PKG_HASH:=1c2114ab6e0c0d2aa67d699960eb11df4f341e2403139cdf28ae9da858a6025f +PKG_HASH:=660bf9725a7871343a0d232068a7634fbcfb69b6c2f8eff455827faefb0cd162 PKG_LICENSE:=GPL-2.0 PKG_LICENSE_FILES:=COPYING