From patchwork Fri Aug 30 21:57:21 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gustavo Zacarias X-Patchwork-Id: 271461 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 7D46A2C0099 for ; Sat, 31 Aug 2013 07:58:19 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id A777C8D72E; Fri, 30 Aug 2013 21:58: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 J+VdxKXdUxX0; Fri, 30 Aug 2013 21:58:18 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by whitealder.osuosl.org (Postfix) with ESMTP id E4AED8D6BC; Fri, 30 Aug 2013 21:58:17 +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 1A5521BF82B for ; Fri, 30 Aug 2013 21:58:17 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 07A468D565 for ; Fri, 30 Aug 2013 21:58:17 +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 dIcPkNQbAInD for ; Fri, 30 Aug 2013 21:58:16 +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 4CB378D54C for ; Fri, 30 Aug 2013 21:58:16 +0000 (UTC) Received: from asgard (host126.190-136-121.telecom.net.ar [190.136.121.126]) (authenticated bits=0) by loknar.toptech.com.ar (8.14.7/8.14.7) with ESMTP id r7ULwAWk000555 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Fri, 30 Aug 2013 21:58:12 GMT DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=zacarias.com.ar; s=dkey; t=1377899894; bh=sAZUXZQvCSUtVJrT1h/AOyorKxq+F/+ebPXSZi5MUTo=; h=From:To:Cc:Subject:Date:In-Reply-To:References; b=twy8luxCe6+356zTw/2oLu5tteVJfIzRH0F97T/tXNQSHTSy5xsxmzPM8v+dao0mL RXeMbz4n4oWi4+ORH5BfrgR/KY724trPB1nWbcw0uF95xbdh2R0y6N/NlS0CJ6PgZ9 b3fa45GThCqi8sCGB4qdd4vBb6JSPYVflMLDPcGo= Received: by asgard (sSMTP sendmail emulation); Fri, 30 Aug 2013 18:58:04 -0300 From: Gustavo Zacarias To: buildroot@busybox.net Date: Fri, 30 Aug 2013 18:57:21 -0300 Message-Id: <1377899841-26206-5-git-send-email-gustavo@zacarias.com.ar> X-Mailer: git-send-email 1.8.1.5 In-Reply-To: <1377899841-26206-1-git-send-email-gustavo@zacarias.com.ar> References: <1377899841-26206-1-git-send-email-gustavo@zacarias.com.ar> X-Virus-Scanned: clamav-milter 0.97.7 at loknar X-Virus-Status: Clean Subject: [Buildroot] [PATCH 5/5] iw: bump to version 3.11 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/iw/iw.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/iw/iw.mk b/package/iw/iw.mk index c8d9561..566308c 100644 --- a/package/iw/iw.mk +++ b/package/iw/iw.mk @@ -4,7 +4,7 @@ # ################################################################################ -IW_VERSION = 3.10 +IW_VERSION = 3.11 IW_SOURCE = iw-$(IW_VERSION).tar.bz2 IW_SITE = $(BR2_KERNEL_MIRROR)/software/network/iw IW_LICENSE = iw license