Reviewed-by: Peter Müller > - Update from version 6.0 to 6.1 > - Update of rootfile not required > - Changelog after 2005 is only available by reviewing the git commits > https://git.kernel.org/pub/scm/network/ethtool/ethtool.git/log/ > > Signed-off-by: Adolf Belka > --- > lfs/ethtool | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > > diff --git a/lfs/ethtool b/lfs/ethtool > index 59f77628d..2b13cb424 100644 > --- a/lfs/ethtool > +++ b/lfs/ethtool > @@ -1,7 +1,7 @@ > ############################################################################### > # # > # IPFire.org - A linux based firewall # > -# Copyright (C) 2007-2018 IPFire Team # > +# Copyright (C) 2007-2023 IPFire Team # > # # > # This program is free software: you can redistribute it and/or modify # > # it under the terms of the GNU General Public License as published by # > @@ -24,7 +24,7 @@ > > include Config > > -VER = 6.0 > +VER = 6.1 > > THISAPP = ethtool-$(VER) > DL_FILE = $(THISAPP).tar.xz > @@ -40,7 +40,7 @@ objects = $(DL_FILE) > > $(DL_FILE) = $(DL_FROM)/$(DL_FILE) > > -$(DL_FILE)_BLAKE2 = 24bbde83e03d7f18345360dbf330dc811663c5b755e57f18e35c0206692d331d9dce830a479cd2a08b26c2c67107a99443cfcbb9c68416d3fe07e505f99efbd5 > +$(DL_FILE)_BLAKE2 = 002a4edffda42520d77e8f0c27adf909090823f1a08689b67fc7c75de3048bdc9c94d7d32973bd17562d7dbf295479e796c2529b5db66b5fce42a2ede5851cd6 > > install : $(TARGET) >