diff options
author | Robert Marko <robimarko@gmail.com> | 2018-08-25 23:26:24 +0200 |
---|---|---|
committer | Jo-Philipp Wich <jo@mein.io> | 2018-12-18 17:22:08 +0100 |
commit | 83cbf4c0bacdfbdc6d3ccf1a45533aefec3879b2 (patch) | |
tree | 15c53397d951e9e777a86c04cec10cbe415fb331 | |
parent | 44979a31e13b0e0ff1480f24ea0faaa0a807fd76 (diff) | |
download | upstream-83cbf4c0bacdfbdc6d3ccf1a45533aefec3879b2.tar.gz upstream-83cbf4c0bacdfbdc6d3ccf1a45533aefec3879b2.tar.bz2 upstream-83cbf4c0bacdfbdc6d3ccf1a45533aefec3879b2.zip |
ethtool: Update to 4.18
Tested on 8devices Jalapeno(ipq40xx)
Introduces following changes:
Feature: Add support for WAKE_FILTER (WoL using filters)
Feature: Add support for action value -2 (wake-up filter)
Fix: document WoL filters option also in help message
Feature: ixgbe dump strings for security registers
Signed-off-by: Robert Marko <robimarko@gmail.com>
(backported from a9d73531921ef4755e2cbd6e9e7e36c59b00655c)
-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 565acd41d9..fc83c23f4b 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.17 +PKG_VERSION:=4.18 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:=c46b1eb417c78793dddb3247b89eb8f50f6e398e12ee4670b092b3570728c585 +PKG_HASH:=90948555d4c017561d0d8795f2dc61893a4932c0f3b85e6d422afd7031b7c110 PKG_LICENSE:=GPL-2.0 PKG_LICENSE_FILES:=COPYING |