Minor fixes and UAPI update. Introduces support for PLCA (PHY Level Collision Avoidance, 802.3cg-2019 Clause 148). Used for determinism in industrial networks when dealing with collisions in half-duplex environments.
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 8ba1931aa..8948176fe 100644 --- a/rules/ethtool.make +++ b/rules/ethtool.make @@ -15,8 +15,8 @@ PACKAGES-$(PTXCONF_ETHTOOL) += ethtool # # Paths and names # -ETHTOOL_VERSION := 6.1 -ETHTOOL_MD5 := 99fe4294ed0e3ebeb7c949ca459e2ffd +ETHTOOL_VERSION := 6.2 +ETHTOOL_MD5 := 7ebbc1298b6c7f3f028e98a5a5f10029 ETHTOOL_SUFFIX := tar.xz ETHTOOL := ethtool-$(ETHTOOL_VERSION) ETHTOOL_URL := $(call ptx/mirror, KERNEL, ../software/network/ethtool/$(ETHTOOL).$(ETHTOOL_SUFFIX)) -- 2.34.1
