diff options
author | Robert Marko <robimarko@gmail.com> | 2018-08-25 23:26:24 +0200 |
---|---|---|
committer | Hans Dedecker <dedeckeh@gmail.com> | 2018-08-28 13:46:16 +0200 |
commit | a9d73531921ef4755e2cbd6e9e7e36c59b00655c (patch) | |
tree | 9cabe1cb6b51ce7bf5e0f143651b60050c33ec5e /package | |
parent | fd20fdd0b836c5e6b3c8feb1a5ff5e475ddcc978 (diff) | |
download | upstream-a9d73531921ef4755e2cbd6e9e7e36c59b00655c.tar.gz upstream-a9d73531921ef4755e2cbd6e9e7e36c59b00655c.tar.bz2 upstream-a9d73531921ef4755e2cbd6e9e7e36c59b00655c.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>
Diffstat (limited to 'package')
-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 |