[openwrt/openwrt] ethtool: Update to version 5.8
LEDE Commits
lede-commits at lists.infradead.org
Sun Aug 30 16:22:53 EDT 2020
hauke pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/4e2a994d2df79ef43318d949152df1b02ab73be2
commit 4e2a994d2df79ef43318d949152df1b02ab73be2
Author: Hauke Mehrtens <hauke at hauke-m.de>
AuthorDate: Mon Aug 24 11:47:43 2020 +0200
ethtool: Update to version 5.8
The ipk sizes for mips_24Kc change like this:
old:
ethtool_5.4-1_mips_24kc.ipk 101.909
new:
ethtool_5.8-1_mips_24kc.ipk 109.699
Signed-off-by: Hauke Mehrtens <hauke at hauke-m.de>
Tested-by: Hans Dedecker <dedeckeh at gmail.com>
---
package/network/utils/ethtool/Makefile | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/package/network/utils/ethtool/Makefile b/package/network/utils/ethtool/Makefile
index c2f92a4ed9..6547eee9a5 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.4
+PKG_VERSION:=5.8
PKG_RELEASE:=1
PKG_MAINTAINER:=Felix Fietkau <nbd at nbd.name>
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
PKG_SOURCE_URL:=@KERNEL/software/network/ethtool
-PKG_HASH:=22f81e4927d6eb6a13a259d705248a96005fce2005e15257f639f5a1c8c52b6b
+PKG_HASH:=2f3b54d08d048f5977b80cb6cb4744994370def7553ee634d39dbbb6ccf87546
PKG_LICENSE:=GPL-2.0
PKG_LICENSE_FILES:=COPYING
@@ -45,6 +45,8 @@ define Package/ethtool/config
bool "Enable pretty printing"
endef
+CONFIGURE_ARGS += --disable-netlink
+
ifeq ($(CONFIG_ETHTOOL_PRETTY_DUMP),y)
CONFIGURE_ARGS += --enable-pretty-dump
else
More information about the lede-commits
mailing list