From mboxrd@z Thu Jan 1 00:00:00 1970 From: Adolf Belka <adolf.belka@ipfire.org> To: development@lists.ipfire.org Subject: [PATCH] ethtool: Update to version 6.2 Date: Thu, 02 Mar 2023 11:14:09 +0100 Message-ID: <20230302101419.3443689-4-adolf.belka@ipfire.org> In-Reply-To: <20230302101419.3443689-1-adolf.belka@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============2638154767851710606==" List-Id: <development.lists.ipfire.org> --===============2638154767851710606== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable - 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(a)ipfire.org> --- lfs/ethtool | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lfs/ethtool b/lfs/ethtool index 2b13cb424..f2b996fa9 100644 --- a/lfs/ethtool +++ b/lfs/ethtool @@ -24,7 +24,7 @@ =20 include Config =20 -VER =3D 6.1 +VER =3D 6.2 =20 THISAPP =3D ethtool-$(VER) DL_FILE =3D $(THISAPP).tar.xz @@ -40,7 +40,7 @@ objects =3D $(DL_FILE) =20 $(DL_FILE) =3D $(DL_FROM)/$(DL_FILE) =20 -$(DL_FILE)_BLAKE2 =3D 002a4edffda42520d77e8f0c27adf909090823f1a08689b67fc7c7= 5de3048bdc9c94d7d32973bd17562d7dbf295479e796c2529b5db66b5fce42a2ede5851cd6 +$(DL_FILE)_BLAKE2 =3D b3fa2571b1efef3b686eb4f20b33e6cc32bdb8cff5f2e642454ca3= d41c427b1953df7b07e5ac8ef149f8b4be614210e05e593233655e5fe317c48630b20b68e8 =20 install : $(TARGET) =20 --=20 2.39.2 --===============2638154767851710606==--