Version number jumped from .11 to .14 Just a bunch of minor changes. https://git.kernel.org/pub/scm/network/ethtool/ethtool.git/log/?h=v6.14
Signed-off-by: Christian Melki <[email protected]> --- rules/ethtool.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/ethtool.make b/rules/ethtool.make index 2d46def31..fc80e53f1 100644 --- a/rules/ethtool.make +++ b/rules/ethtool.make @@ -15,8 +15,8 @@ PACKAGES-$(PTXCONF_ETHTOOL) += ethtool # # Paths and names # -ETHTOOL_VERSION := 6.11 -ETHTOOL_MD5 := 0b901e0e7522082ccec13126c5ba3651 +ETHTOOL_VERSION := 6.14 +ETHTOOL_MD5 := 38d63874cb98dc766f9e22d932601b23 ETHTOOL_SUFFIX := tar.xz ETHTOOL := ethtool-$(ETHTOOL_VERSION) ETHTOOL_URL := $(call ptx/mirror, KERNEL, ../software/network/ethtool/$(ETHTOOL).$(ETHTOOL_SUFFIX)) -- 2.34.1
