diff options
author | Hans Dedecker <dedeckeh@gmail.com> | 2020-11-15 20:43:49 +0100 |
---|---|---|
committer | Hans Dedecker <dedeckeh@gmail.com> | 2020-11-17 21:31:23 +0100 |
commit | 7330348f2dbd9f01786041b726837aa393e3ce34 (patch) | |
tree | fb2dc550952b3ac77d703f0ab5e1e24c2a0d0204 /package | |
parent | 3f1109bf2af2cf4977689a33ea481afaaac8dc98 (diff) | |
download | upstream-7330348f2dbd9f01786041b726837aa393e3ce34.tar.gz upstream-7330348f2dbd9f01786041b726837aa393e3ce34.tar.bz2 upstream-7330348f2dbd9f01786041b726837aa393e3ce34.zip |
ethtool: update to version 5.9
The ipkg sizes changes as follows for mips 24kc :
5.8 : ethtool_5.8-1_mips_24kc.ipk 34930
5.9 : ethtool_5.9-1_mips_24kc.ipk 35241
Signed-off-by: Hans Dedecker <dedeckeh@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 6547eee9a5..df8d7ce119 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.8 +PKG_VERSION:=5.9 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:=2f3b54d08d048f5977b80cb6cb4744994370def7553ee634d39dbbb6ccf87546 +PKG_HASH:=512932010af87bc3e09773c89baea44bca96c1da1151bbcf109fa0e055a88a6f PKG_LICENSE:=GPL-2.0 PKG_LICENSE_FILES:=COPYING |