From patchwork Tue Dec 18 12:08:21 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gustavo Zacarias X-Patchwork-Id: 207083 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from hemlock.osuosl.org (hemlock.osuosl.org [140.211.166.133]) by ozlabs.org (Postfix) with ESMTP id 1E8D72C0086 for ; Tue, 18 Dec 2012 23:08:50 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id 58904A0218; Tue, 18 Dec 2012 12:08:49 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from hemlock.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id t5LS0IIrC3RD; Tue, 18 Dec 2012 12:08:42 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by hemlock.osuosl.org (Postfix) with ESMTP id D86D3A00C8; Tue, 18 Dec 2012 12:08:41 +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 6E4058F75B for ; Tue, 18 Dec 2012 12:08:43 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id DCA518CA39 for ; Tue, 18 Dec 2012 12:08:37 +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 3pNDsm6mZ2yr for ; Tue, 18 Dec 2012 12:08:37 +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 D64328C9DC for ; Tue, 18 Dec 2012 12:08:36 +0000 (UTC) Received: from asgard (host27.190-231-106.telecom.net.ar [190.231.106.27]) (authenticated bits=0) by loknar.toptech.com.ar (8.14.5/8.14.5) with ESMTP id qBIC8Ug8032765 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 18 Dec 2012 12:08:32 GMT DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=zacarias.com.ar; s=dkey; t=1355832514; bh=0BpafPd5/zCUGJxDzXw0FdgOPQNhb+7DCenHCvocdxE=; h=From:To:Cc:Subject:Date:In-Reply-To:References; b=HZSNe95kOcVpA80QQDSg9WMUE0inE3ACNxaENUP6ZS1mXL/U/U2RwuN3+Yj0OYbju UUsAKutYpTL3koLZAezBXsf0pmhFTHJnn7jIvs8xchZT33B6vR8ZmX778rOHGcB4cX eQlofW9SK5Ii1FEPGNKy61Fch7jYBvYZTpJ8/6T4= Received: by asgard (sSMTP sendmail emulation); Tue, 18 Dec 2012 09:08:29 -0300 From: Gustavo Zacarias To: buildroot@busybox.net Date: Tue, 18 Dec 2012 09:08:21 -0300 Message-Id: <1355832502-3907-2-git-send-email-gustavo@zacarias.com.ar> X-Mailer: git-send-email 1.7.8.6 In-Reply-To: <1355832502-3907-1-git-send-email-gustavo@zacarias.com.ar> References: <1355832502-3907-1-git-send-email-gustavo@zacarias.com.ar> X-Virus-Scanned: clamav-milter 0.97.5 at loknar X-Virus-Status: Clean Subject: [Buildroot] [PATCH 2/3] ethtool: bump to version 3.7 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 files changed, 1 insertions(+), 1 deletions(-) diff --git a/package/ethtool/ethtool.mk b/package/ethtool/ethtool.mk index 8c5961c..11abbc2 100644 --- a/package/ethtool/ethtool.mk +++ b/package/ethtool/ethtool.mk @@ -4,7 +4,7 @@ # ############################################################# -ETHTOOL_VERSION = 3.6 +ETHTOOL_VERSION = 3.7 ETHTOOL_SITE = $(BR2_KERNEL_MIRROR)/software/network/ethtool ETHTOOL_LICENSE = GPLv2 ETHTOOL_LICENSE_FILES = COPYING