]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
ethtool: Update to version 5.16
authorAdolf Belka <adolf.belka@ipfire.org>
Sun, 6 Feb 2022 12:38:56 +0000 (13:38 +0100)
committerPeter Müller <peter.mueller@ipfire.org>
Sun, 6 Feb 2022 17:14:37 +0000 (17:14 +0000)
- Update from 5.15 to 5.16
- Update of rootfile not required
- Changelog
   Version 5.16 - January 19, 2022
* Feature: use memory maps for module EEPROM parsing (-m)
* Feature: show CMIS diagnostic information (-m)
* Fix: fix dumping advertised FEC modes (--show-fec)
* Fix: ignore cable test notifications from other devices (--cable-test)
* Fix: do not show duplicate options in help text (--help)

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Reviewed-by: Peter Müller <peter.mueller@ipfire.org>
lfs/ethtool

index 22126f4ab472c099fdec7e47469d596919aa0fd3..47164c1b5f2f0d48b4ea39b55787e19c0c2cab21 100644 (file)
@@ -24,7 +24,7 @@
 
 include Config
 
-VER        = 5.15
+VER        = 5.16
 
 THISAPP    = ethtool-$(VER)
 DL_FILE    = $(THISAPP).tar.xz
@@ -40,7 +40,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = 967f92926a453d3eb9bf41f73223f173
+$(DL_FILE)_MD5 = 0ead0316aa15e1bf90d1f9d2f81286a2
 
 install : $(TARGET)