diff options
author | Hans Dedecker <dedeckeh@gmail.com> | 2018-11-10 13:40:45 +0100 |
---|---|---|
committer | Jo-Philipp Wich <jo@mein.io> | 2018-12-18 17:22:09 +0100 |
commit | 1f7504b8843d03850637c24118366201e2b2df51 (patch) | |
tree | 7fe92cb9b4a2097abd37159f4df49d847069165b /package/network | |
parent | 83cbf4c0bacdfbdc6d3ccf1a45533aefec3879b2 (diff) | |
download | upstream-1f7504b8843d03850637c24118366201e2b2df51.tar.gz upstream-1f7504b8843d03850637c24118366201e2b2df51.tar.bz2 upstream-1f7504b8843d03850637c24118366201e2b2df51.zip |
ethtool: update to 4.19
8a1ad80 Release version 4.19.
ecdf295 ethtool: Fix uninitialized variable use at qsfp dump
98c148e ethtool: better syntax for combinations of FEC modes
d4b9f3f ethtool: support combinations of FEC modes
Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>
(backported from 5617e138bdaff94587d700def3d74e81c5b2db19)
Diffstat (limited to 'package/network')
-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 fc83c23f4b..c328c6b0b8 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.18 +PKG_VERSION:=4.19 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:=90948555d4c017561d0d8795f2dc61893a4932c0f3b85e6d422afd7031b7c110 +PKG_HASH:=b18a6c364e42c29cdac057cf183c9674163db96b30848adfa8c2a90450f6d0c8 PKG_LICENSE:=GPL-2.0 PKG_LICENSE_FILES:=COPYING |