[openwrt/openwrt] ethtool: update to 6.11

LEDE Commits lede-commits at lists.infradead.org
Sun Jan 19 02:58:09 PST 2025


robimarko pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/9454331b7fc896704a2c60b28767c282eb9ca0bd

commit 9454331b7fc896704a2c60b28767c282eb9ca0bd
Author: Andrea Pesaresi <andreapesaresi82 at gmail.com>
AuthorDate: Wed Jan 15 01:15:20 2025 +0100

    ethtool: update to 6.11
    
    Version 6.11 - October 8, 2024
            * Feature: cmis: print active and inactive firmware versions
            * Feature: flash transceiver module firmware (--flash-module-firmware)
            * Feature: add T1BRR 10Mb/s mode to link mode tables
            * Feature: support for disabling netlink from command line
            * Fix: fix lanes parameter format specifier
            * Fix: add missing clause 33 PSE manual description
            * Fix: qsf: Better handling of Page A2h netlink read failure
            * Fix: rss: retrieve ring count using ETHTOOL_GRXRINGS ioctl (-x)
            * Misc: man page formatting fix
    
    * changelog here: https://git.kernel.org/pub/scm/network/ethtool/ethtool.git/commit/NEWS?id=c0ea4b70c71334ef038f7a3416b228a50dada406
    
    Tested on gl.inet MT6000, retrieve ring count is now working
    
    Signed-off-by: Andrea Pesaresi <andreapesaresi82 at gmail.com>
    Link: https://github.com/openwrt/openwrt/pull/17607
    Signed-off-by: Robert Marko <robimarko at gmail.com>
---
 package/network/utils/ethtool/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/package/network/utils/ethtool/Makefile b/package/network/utils/ethtool/Makefile
index cfb4cfaeb9..893fcc1eda 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.10
+PKG_VERSION:=6.11
 PKG_RELEASE:=1
 
 PKG_MAINTAINER:=Felix Fietkau <nbd at nbd.name>
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
 PKG_SOURCE_URL:=@KERNEL/software/network/ethtool
-PKG_HASH:=cc613fe8a2bcddee17a1e6e0d763c0f3ea33c7e930658d2d7f601aa65e426a1f
+PKG_HASH:=8d91f5c72ae3f25b7e88d4781279dcb320f71e30058914370b1c574c96b31202
 
 PKG_LICENSE:=GPL-2.0
 PKG_LICENSE_FILES:=COPYING




More information about the lede-commits mailing list