From: Adolf Belka Date: Thu, 2 Mar 2023 10:14:09 +0000 (+0100) Subject: ethtool: Update to version 6.2 X-Git-Tag: v2.27-core174~72 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=0c5234e1ce27cdc3187c52b17f1db7f5f09c97b0;p=ipfire-2.x.git ethtool: Update to version 6.2 - Update from version 6.1 to 6.2 - Update of rootfile not required - Changelog Version 6.2 - February 21, 2023 * Feature: link down event statistics (no option) * Feature: JSON output for coalesce (-c) * Feature: new link modes (no option) * Feature: JSON output for ring (-g) * Feature: netlink handler for RSS get (-x) * Fix: fix boolean value output in JSON output * Fix: fix build errors and warnings Signed-off-by: Adolf Belka --- diff --git a/lfs/ethtool b/lfs/ethtool index 2b13cb4249..f2b996fa92 100644 --- a/lfs/ethtool +++ b/lfs/ethtool @@ -24,7 +24,7 @@ include Config -VER = 6.1 +VER = 6.2 THISAPP = ethtool-$(VER) DL_FILE = $(THISAPP).tar.xz @@ -40,7 +40,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_BLAKE2 = 002a4edffda42520d77e8f0c27adf909090823f1a08689b67fc7c75de3048bdc9c94d7d32973bd17562d7dbf295479e796c2529b5db66b5fce42a2ede5851cd6 +$(DL_FILE)_BLAKE2 = b3fa2571b1efef3b686eb4f20b33e6cc32bdb8cff5f2e642454ca3d41c427b1953df7b07e5ac8ef149f8b4be614210e05e593233655e5fe317c48630b20b68e8 install : $(TARGET)