[openwrt/openwrt] ethtool: update to version 5.10

LEDE Commits lede-commits at lists.infradead.org
Sat Dec 26 14:39:35 EST 2020


dedeckeh pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/19d7e73ecc28945581fb91cea20e1f3399f72268

commit 19d7e73ecc28945581fb91cea20e1f3399f72268
Author: Hans Dedecker <dedeckeh at gmail.com>
AuthorDate: Sat Dec 26 20:31:23 2020 +0100

    ethtool: update to version 5.10
    
    The ipkg sizes changes as follows for mips 24kc :
            5.9  : ethtool_5.9-1_mips_24kc.ipk 35246
            5.10 : ethtool_5.10-1_mips_24kc.ipk 35385
    
    Signed-off-by: Hans Dedecker <dedeckeh 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 df8d7ce119..3efc90490b 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:=5.9
+PKG_VERSION:=5.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:=512932010af87bc3e09773c89baea44bca96c1da1151bbcf109fa0e055a88a6f
+PKG_HASH:=817d5396a9307b4c637b435d4c558b8f5f964a1464a035ca3c0180f4cc93cfcf
 
 PKG_LICENSE:=GPL-2.0
 PKG_LICENSE_FILES:=COPYING



More information about the lede-commits mailing list