diff options
author | Robert Marko <robimarko@gmail.com> | 2018-06-18 17:50:47 +0200 |
---|---|---|
committer | Jo-Philipp Wich <jo@mein.io> | 2018-12-18 17:22:08 +0100 |
commit | 44979a31e13b0e0ff1480f24ea0faaa0a807fd76 (patch) | |
tree | d6c1af765ae3d968cf2b84cf9cfbb1de7dacb9ca /package/network/utils | |
parent | 2f97b405fed4805ed8faf411b7643ce24f26a2c5 (diff) | |
download | upstream-44979a31e13b0e0ff1480f24ea0faaa0a807fd76.tar.gz upstream-44979a31e13b0e0ff1480f24ea0faaa0a807fd76.tar.bz2 upstream-44979a31e13b0e0ff1480f24ea0faaa0a807fd76.zip |
ethtool: Update to 4.17
Tested on 8devices Jalapeno(ipq40xx)
Introduces following changes
* Fix: In ethtool.8, remove superfluous and incorrect \
* Fix: fix uninitialized return value
* Fix: fix RING_VF assignment
* Fix: remove unused global variable
* Fix: several fixes in do_gregs()
* Fix: correctly free hkey when get_stringset() fails
* Fix: remove unreachable code
* Fix: fix stack clash in do_get_phy_tunable and do_set_phy_tunable
* Feature: Add register dump support for MICROCHIP LAN78xx
Signed-off-by: Robert Marko <robimarko@gmail.com>
(backported from 4bb2532ec1d4f30ad44037331130daffa687eb3d)
Diffstat (limited to 'package/network/utils')
-rw-r--r-- | package/network/utils/ethtool/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/network/utils/ethtool/Makefile b/package/network/utils/ethtool/Makefile index 0d85380ae4..565acd41d9 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:=4.16 +PKG_VERSION:=4.17 PKG_RELEASE:=1 PKG_MAINTAINER:=Felix Fietkau <nbd@nbd.name> PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=@KERNEL/software/network/ethtool -PKG_HASH:=fe967a6722db2099fa63d847b6628e3e31cf9f53571a37503347dcc3e4015a03 +PKG_HASH:=c46b1eb417c78793dddb3247b89eb8f50f6e398e12ee4670b092b3570728c585 PKG_LICENSE:=GPL-2.0 PKG_LICENSE_FILES:=COPYING |