From a9d73531921ef4755e2cbd6e9e7e36c59b00655c Mon Sep 17 00:00:00 2001 From: Robert Marko Date: Sat, 25 Aug 2018 23:26:24 +0200 Subject: [PATCH] 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 --- 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 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 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