From patchwork Wed Apr 23 18:56:01 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gustavo Zacarias X-Patchwork-Id: 341954 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from whitealder.osuosl.org (whitealder.osuosl.org [140.211.166.138]) by ozlabs.org (Postfix) with ESMTP id ACCA314011F for ; Thu, 24 Apr 2014 04:56:19 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 89B708B745; Wed, 23 Apr 2014 18:56:18 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from whitealder.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id YcSGD1J9EvP4; Wed, 23 Apr 2014 18:56:16 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by whitealder.osuosl.org (Postfix) with ESMTP id 9E5338B993; Wed, 23 Apr 2014 18:56:16 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from whitealder.osuosl.org (whitealder.osuosl.org [140.211.166.138]) by ash.osuosl.org (Postfix) with ESMTP id 68E9F1C1611 for ; Wed, 23 Apr 2014 18:56:15 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 622E18B993 for ; Wed, 23 Apr 2014 18:56:15 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from whitealder.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id cCg+nY0POe+R for ; Wed, 23 Apr 2014 18:56:14 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from loknar.toptech.com.ar (loknar.toptech.com.ar [78.46.79.162]) by whitealder.osuosl.org (Postfix) with ESMTPS id 663628B745 for ; Wed, 23 Apr 2014 18:56:14 +0000 (UTC) Received: from asgard (host107.181-14-143.telecom.net.ar [181.14.143.107]) (authenticated bits=0) by loknar.toptech.com.ar (8.14.8/8.14.8) with ESMTP id s3NIu7cJ023724 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Wed, 23 Apr 2014 18:56:10 GMT DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=zacarias.com.ar; s=dkey; t=1398279372; bh=nIzsZUt3VAqgi07L5AfuOVhtFckG2x/khR/QwEN+Y20=; h=From:To:Cc:Subject:Date; b=Rn2D/9smoNUKzwxsJwNZlq7YZE10I2PQZHdjb/x/WYa49Pr2/qExd+dflNR141pWM p0F+kxSUYrFFGnPo6wSZ3kIPRbupbWbLlXet5lQXvqn8C8u8E41wvFUdYyeWXcS0Oe SBKipNG4pRcZbbKtVMxUIoI7Ykv9hjI9fHPk5TUw= Received: by asgard (sSMTP sendmail emulation); Wed, 23 Apr 2014 15:56:01 -0300 From: Gustavo Zacarias To: buildroot@busybox.net Date: Wed, 23 Apr 2014 15:56:01 -0300 Message-Id: <1398279361-12842-1-git-send-email-gustavo@zacarias.com.ar> X-Mailer: git-send-email 1.8.3.2 X-Virus-Scanned: clamav-milter 0.98.1 at loknar X-Virus-Status: Clean Subject: [Buildroot] [PATCH] ethtool: bump to version 3.14 X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: buildroot-bounces@busybox.net Sender: buildroot-bounces@busybox.net Signed-off-by: Gustavo Zacarias --- package/ethtool/ethtool.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/ethtool/ethtool.mk b/package/ethtool/ethtool.mk index a6158ba..11debbb 100644 --- a/package/ethtool/ethtool.mk +++ b/package/ethtool/ethtool.mk @@ -4,7 +4,7 @@ # ################################################################################ -ETHTOOL_VERSION = 3.13 +ETHTOOL_VERSION = 3.14 ETHTOOL_SOURCE = ethtool-$(ETHTOOL_VERSION).tar.xz ETHTOOL_SITE = $(BR2_KERNEL_MIRROR)/software/network/ethtool ETHTOOL_LICENSE = GPLv2