From 02f2fdcb4d68e87b7899b9c6c87015273927ab5e Mon Sep 17 00:00:00 2001 From: David Oberhollenzer Date: Fri, 24 Aug 2018 21:59:53 +0200 Subject: [PATCH] Bump ethtool version Signed-off-by: David Oberhollenzer --- pkg/ethtool/build | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkg/ethtool/build b/pkg/ethtool/build index 6c4d0a1..7bb617f 100755 --- a/pkg/ethtool/build +++ b/pkg/ethtool/build @@ -1,8 +1,8 @@ -VERSION="4.17" +VERSION="4.18" SRCDIR="ethtool-${VERSION}" TARBALL="${SRCDIR}.tar.xz" URL="https://www.kernel.org/pub/software/network/ethtool/" -SHA256SUM="c46b1eb417c78793dddb3247b89eb8f50f6e398e12ee4670b092b3570728c585" +SHA256SUM="90948555d4c017561d0d8795f2dc61893a4932c0f3b85e6d422afd7031b7c110" DEPENDS="toolchain" prepare() {