[openwrt/openwrt] ethtool: update to version 5.9

LEDE Commits lede-commits at lists.infradead.org
Tue Nov 17 15:31:39 EST 2020


dedeckeh pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/7330348f2dbd9f01786041b726837aa393e3ce34

commit 7330348f2dbd9f01786041b726837aa393e3ce34
Author: Hans Dedecker <dedeckeh at gmail.com>
AuthorDate: Sun Nov 15 20:43:49 2020 +0100

    ethtool: update to version 5.9
    
    The ipkg sizes changes as follows for mips 24kc :
            5.8 : ethtool_5.8-1_mips_24kc.ipk 34930
            5.9 : ethtool_5.9-1_mips_24kc.ipk 35241
    
    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 6547eee9a5..df8d7ce119 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.8
+PKG_VERSION:=5.9
 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:=2f3b54d08d048f5977b80cb6cb4744994370def7553ee634d39dbbb6ccf87546
+PKG_HASH:=512932010af87bc3e09773c89baea44bca96c1da1151bbcf109fa0e055a88a6f
 
 PKG_LICENSE:=GPL-2.0
 PKG_LICENSE_FILES:=COPYING



More information about the lede-commits mailing list