[openwrt/openwrt] ethtool: update to 6.10

LEDE Commits lede-commits at lists.infradead.org
Sat Oct 5 03:37:53 PDT 2024


hauke pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/8c2dcd1518a285be37dd03e15e9e56ea86758508

commit 8c2dcd1518a285be37dd03e15e9e56ea86758508
Author: Hauke Mehrtens <hauke at hauke-m.de>
AuthorDate: Sun Sep 29 06:37:43 2024 -0400

    ethtool: update to 6.10
    
    Release Notes:
    https://lore.kernel.org/netdev/20240128235634.4ni2lbvzqjlwbgi4@lion.mk-sys.cz/T/
    https://lore.kernel.org/netdev/jylgitumxz72a2hfzsujnwvxpkuzcw3wcwebodthtpvtkfgmlp@rfoix5dyh2bg/T/
    https://lore.kernel.org/netdev/ssn37ocuhjyx3k5xoq53uvb3voo2qxnwvuwgephb4cc5lbw5ei@5fkqwsfdzlcu/T/
    
    Small size increase:
     34937 bin/packages/mips_24kc-old/base/ethtool_6.6-r1_mips_24kc.ipk
    154818 bin/packages/mips_24kc-old/base/ethtool-full_6.6-r1_mips_24kc.ipk
     35780 bin/packages/mips_24kc-new/base/ethtool_6.10-r1_mips_24kc.ipk
    157386 bin/packages/mips_24kc-new/base/ethtool-full_6.10-r1_mips_24kc.ipk
    
    Link: https://github.com/openwrt/openwrt/pull/16590
    Signed-off-by: Hauke Mehrtens <hauke at hauke-m.de>
---
 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 bc2b13e423..cfb4cfaeb9 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.6
+PKG_VERSION:=6.10
 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:=833a8493cb9cd5809ab59743092d9a38742c282290800e9626407511bbcebf9e
+PKG_HASH:=cc613fe8a2bcddee17a1e6e0d763c0f3ea33c7e930658d2d7f601aa65e426a1f
 
 PKG_LICENSE:=GPL-2.0
 PKG_LICENSE_FILES:=COPYING




More information about the lede-commits mailing list