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 <adolf.belka@ipfire.org>
This commit is contained in:
Adolf Belka
2023-03-02 11:14:09 +01:00
committed by Peter Müller
parent ac146a5b65
commit 0c5234e1ce

View File

@@ -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)