[openwrt/openwrt] ethtool: update to version 5.15

LEDE Commits lede-commits at lists.infradead.org
Sun Nov 21 03:52:55 PST 2021


dedeckeh pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/9b29c14b0eeaf5c22b28b740c8abce76befbc988

commit 9b29c14b0eeaf5c22b28b740c8abce76befbc988
Author: Hans Dedecker <dedeckeh at gmail.com>
AuthorDate: Fri Nov 19 20:26:14 2021 +0100

    ethtool: update to version 5.15
    
    cef54c4 Release version 5.15.
    23beb39 update UAPI header copies
    fd7db64 netlink: settings: Correct duplicate condition
    88892ec Merge branch 'review/module-fixes-2-v2'
    79cb4ab sff-8636: Remove extra blank lines
    128e97c sff-8636: Convert if statement to switch-case
    7ff603b sff-8636: Fix incorrect function name
    86e9784 sff-8636: Remove incorrect comment
    001aecd cmis: Correct comment
    1bad83c cmis: Fix wrong define name
    2c2fa88 cmis: Fix CLEI code parsing
    d007b49 Merge branch 'review/module-fixes' into master
    a7431bc netlink: eeprom: Fix compilation when pretty dump is disabled
    d02409c ethtool: Fix compilation warning when pretty dump is disabled
    2ddb1a1 netlink: eeprom: Fallback to IOCTL when a complete hex/raw dump is requested
    7e153a7 cmis: Fix invalid memory access in IOCTL path
    769a50e sff-8636: Fix parsing of Page 03h in IOCTL path
    
    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 d34dc96b98..6f51652575 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.14
+PKG_VERSION:=5.15
 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:=bb13db91915cacd7a492b65b65df07a67e4b974ddbeaf76205b1945a23d27686
+PKG_HASH:=686fd6110389d49c2a120f00c3cd5dfe43debada8e021e4270d74bbe452a116d
 
 PKG_LICENSE:=GPL-2.0
 PKG_LICENSE_FILES:=COPYING



More information about the lede-commits mailing list