From patchwork Sun May 5 12:34:38 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gustavo Zacarias X-Patchwork-Id: 241508 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from fraxinus.osuosl.org (fraxinus.osuosl.org [140.211.166.137]) by ozlabs.org (Postfix) with ESMTP id AA5662C00C9 for ; Sun, 5 May 2013 22:35:00 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id 930FD1020E4; Sun, 5 May 2013 12:34:37 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from fraxinus.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id lasgiRW+DVNb; Sun, 5 May 2013 12:34:33 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by fraxinus.osuosl.org (Postfix) with ESMTP id 61D5A100569; Sun, 5 May 2013 12:34:33 +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 076128F75E for ; Sun, 5 May 2013 12:34:58 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 0005289FE4 for ; Sun, 5 May 2013 12:34:49 +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 kGKW6-QWcgZH for ; Sun, 5 May 2013 12:34:48 +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 4730489FB4 for ; Sun, 5 May 2013 12:34:47 +0000 (UTC) Received: from asgard (host147.190-138-228.telecom.net.ar [190.138.228.147]) (authenticated bits=0) by loknar.toptech.com.ar (8.14.7/8.14.7) with ESMTP id r45CYenY025873 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Sun, 5 May 2013 12:34:43 GMT DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=zacarias.com.ar; s=dkey; t=1367757285; bh=9Cm+tyHGoNQ/56q1YzAyX/yq0OrjiP5VmsHkoFhdIk0=; h=From:To:Cc:Subject:Date; b=Int2xIbeVXCxhZiiqB6yUce75aTalbWi5P+ZoOaOnY47HFw4LyyxGaKSk5c9DRMNT HmyC9qS5JtvbeVu6sSTLUw5rw1HDLDbGLTRwSXYRFJMRch94Hd9BbbDiGToMO+lh1a YCl7vKPP/hVh4hJp5Atpg3mCUiubWkc5H6A2g50o= Received: by asgard (sSMTP sendmail emulation); Sun, 05 May 2013 09:34:39 -0300 From: Gustavo Zacarias To: buildroot@busybox.net Date: Sun, 5 May 2013 09:34:38 -0300 Message-Id: <1367757278-17975-1-git-send-email-gustavo@zacarias.com.ar> X-Mailer: git-send-email 1.8.1.5 X-Virus-Scanned: clamav-milter 0.97.7 at loknar X-Virus-Status: Clean Subject: [Buildroot] [PATCH] ethtool: bump to version 3.9 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 b791ca7..12cc524 100644 --- a/package/ethtool/ethtool.mk +++ b/package/ethtool/ethtool.mk @@ -4,7 +4,7 @@ # ############################################################# -ETHTOOL_VERSION = 3.8 +ETHTOOL_VERSION = 3.9 ETHTOOL_SITE = $(BR2_KERNEL_MIRROR)/software/network/ethtool ETHTOOL_LICENSE = GPLv2 ETHTOOL_LICENSE_FILES = COPYING