diff options
author | Robert Marko <robimarko@gmail.com> | 2021-05-16 18:01:28 +0200 |
---|---|---|
committer | David Bauer <mail@david-bauer.net> | 2021-06-08 00:37:52 +0200 |
commit | 1412424fc51209480fa4efed9f3f0badc6dcab09 (patch) | |
tree | 605b324c15c49726f87a0e08658e86abda47700b /package/network/utils/ethtool | |
parent | 3a8b75b56927d679dbf1a86827ceffef35207281 (diff) | |
download | upstream-1412424fc51209480fa4efed9f3f0badc6dcab09.tar.gz upstream-1412424fc51209480fa4efed9f3f0badc6dcab09.tar.bz2 upstream-1412424fc51209480fa4efed9f3f0badc6dcab09.zip |
ethtool: update to version 5.12
Update ethtool to newly released 5.12 version.
Signed-off-by: Robert Marko <robimarko@gmail.com>
Diffstat (limited to 'package/network/utils/ethtool')
-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 3efc90490b..d645cf9bbb 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.10 +PKG_VERSION:=5.12 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:=817d5396a9307b4c637b435d4c558b8f5f964a1464a035ca3c0180f4cc93cfcf +PKG_HASH:=f5ddfa9c75053d8011b8c8c99ec4e2d3c83cd1972f638692d62e37fa3ef36f07 PKG_LICENSE:=GPL-2.0 PKG_LICENSE_FILES:=COPYING |