diff options
author | Hans Dedecker <dedeckeh@gmail.com> | 2019-08-05 20:59:38 +0200 |
---|---|---|
committer | Jo-Philipp Wich <jo@mein.io> | 2019-09-04 13:35:05 +0200 |
commit | 3f974a954d351bc1f34c39e0ca908a22a2583701 (patch) | |
tree | 2a5b860baee10b183c20a486ef9bced9dc546009 /package/network/utils | |
parent | 5638375880dfe615b24188ec9a54d63101ff6a56 (diff) | |
download | upstream-3f974a954d351bc1f34c39e0ca908a22a2583701.tar.gz upstream-3f974a954d351bc1f34c39e0ca908a22a2583701.tar.bz2 upstream-3f974a954d351bc1f34c39e0ca908a22a2583701.zip |
ethtool: bump to 5.2
379c096 Release version 5.2.
2bce6d9 ethtool: Add 100BaseT1 and 1000BaseT1 link modes
67ffbf5 ethtool: sync ethtool-copy.h with linux-next from 30/05/2019
687152b ethtool.spec: Use standard file location macros
Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>
(cherry picked from commit 018395392c2608698201042bbaa180b82eb7120f)
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 d70997d966..da0991c791 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:=5.1 +PKG_VERSION:=5.2 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:=65feac1fec6565290b7784b2efc925dee900a9b11202ce7c6c30a967c3da3387 +PKG_HASH:=665fd70841860d6cb974387e3ab97e0dde7745f95cb3ef35b98ef9aace137805 PKG_LICENSE:=GPL-2.0 PKG_LICENSE_FILES:=COPYING |