From 8d5780ddcb30fed44794700d4fe9ea01a02ed33f Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Sun, 21 Dec 2014 16:08:33 +0100 Subject: [PATCH] ethtool: update to 3.18 This release contains a patch which is supposed to improve musl compatiblity. I haven't tested it with musl though. Signed-off-by: Matthias Schiffer --- net/ethtool/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net/ethtool/Makefile b/net/ethtool/Makefile index e8f9f033e..5ffb8253c 100644 --- a/net/ethtool/Makefile +++ b/net/ethtool/Makefile @@ -8,13 +8,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=ethtool -PKG_VERSION:=3.15 +PKG_VERSION:=3.18 PKG_RELEASE:=1 PKG_MAINTAINER:=Matthias Schiffer PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=@KERNEL/software/network/ethtool -PKG_MD5SUM:=e7bf0c355d2bf6ee281ebc713c5fb987 +PKG_MD5SUM:=fbf1a167b88a5966a2c56a2483af68c6 PKG_LICENSE:=GPL-2.0 PKG_LICENSE_FILES:=COPYING