From patchwork Mon Apr 2 21:20:07 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Peter Korsgaard X-Patchwork-Id: 150254 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 8B871B6FA3 for ; Tue, 3 Apr 2012 07:30:17 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 157FF8D087; Mon, 2 Apr 2012 21:30:10 +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 WYTBAjGq3z71; Mon, 2 Apr 2012 21:29:53 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by whitealder.osuosl.org (Postfix) with ESMTP id 4A46D8D09E; Mon, 2 Apr 2012 21:29:50 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from silver.osuosl.org (silver.osuosl.org [140.211.166.136]) by ash.osuosl.org (Postfix) with ESMTP id 076068F753 for ; Mon, 2 Apr 2012 21:29:47 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id F1CA221FBF for ; Mon, 2 Apr 2012 21:29:46 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from silver.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id I5oypbA2h7iZ for ; Mon, 2 Apr 2012 21:29:46 +0000 (UTC) Received: from busybox.osuosl.org (busybox.osuosl.org [140.211.167.224]) by silver.osuosl.org (Postfix) with ESMTP id 8E6D020687 for ; Mon, 2 Apr 2012 21:29:46 +0000 (UTC) Received: by busybox.osuosl.org (Postfix, from userid 4021) id 8808B969E7; Mon, 2 Apr 2012 21:29:46 +0000 (UTC) From: Peter Korsgaard To: buildroot@busybox.net Date: Mon, 2 Apr 2012 23:20:07 +0200 X-Git-Refname: refs/heads/master X-Git-Oldrev: 60a395708d99b1787800bedd983450d0097ce6af X-Git-Newrev: 09a1de0fb86f3af35878b26046df02b4620fe7b6 X-Patchwork-Hint: ignore Message-Id: <20120402212946.8808B969E7@busybox.osuosl.org> Subject: [Buildroot] [git commit] iw: bump to 3.4 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 commit: http://git.buildroot.net/buildroot/commit/?id=09a1de0fb86f3af35878b26046df02b4620fe7b6 branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master Signed-off-by: Yegor Yefremov Acked-by: Gustavo Zacarias Signed-off-by: Peter Korsgaard --- package/iw/iw.mk | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/package/iw/iw.mk b/package/iw/iw.mk index 38bb125..5cd40a3 100644 --- a/package/iw/iw.mk +++ b/package/iw/iw.mk @@ -4,7 +4,7 @@ # ############################################################# -IW_VERSION = 3.3 +IW_VERSION = 3.4 IW_SOURCE = iw-$(IW_VERSION).tar.bz2 IW_SITE = http://wireless.kernel.org/download/iw IW_DEPENDENCIES = host-pkg-config libnl