From patchwork Tue Apr 19 14:44:04 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gustavo Zacarias X-Patchwork-Id: 612187 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from hemlock.osuosl.org (smtp2.osuosl.org [140.211.166.133]) by ozlabs.org (Postfix) with ESMTP id 3qq7852z5vz9t8t for ; Wed, 20 Apr 2016 00:44:37 +1000 (AEST) Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (1024-bit key; unprotected) header.d=zacarias.com.ar header.i=@zacarias.com.ar header.b=RyqUuGol; dkim-atps=neutral Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id B105196083; Tue, 19 Apr 2016 14:44:36 +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 VuW9grBJDToE; Tue, 19 Apr 2016 14:44:36 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by hemlock.osuosl.org (Postfix) with ESMTP id 2D1E5961EC; Tue, 19 Apr 2016 14:44:36 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from whitealder.osuosl.org (smtp1.osuosl.org [140.211.166.138]) by ash.osuosl.org (Postfix) with ESMTP id 7C10D1C0B69 for ; Tue, 19 Apr 2016 14:44:34 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id E04BA8A18D for ; Tue, 19 Apr 2016 14:44:33 +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 04l6R07AFBFZ for ; Tue, 19 Apr 2016 14:44:33 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from www.zacarias.com.ar (www.zacarias.com.ar [176.9.42.171]) by whitealder.osuosl.org (Postfix) with ESMTPS id 2004F89B96 for ; Tue, 19 Apr 2016 14:44:32 +0000 (UTC) Received: from asgard (cpe-186-22-138-122.telecentro-reversos.com.ar [186.22.138.122] (may be forged)) (authenticated bits=0) by www.zacarias.com.ar (8.15.1/8.15.1) with ESMTPSA id u3JEiQCv015216 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Tue, 19 Apr 2016 14:44:29 GMT DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=zacarias.com.ar; s=dkey; t=1461077071; bh=yxMHKa+1fJm2rkHZ9c8gOb+/DzbeZBRg+PYK7omurk4=; h=From:To:Cc:Subject:Date:In-Reply-To:References; b=RyqUuGoleV/8eIvYqqd32AwQHsvAF8yqqev6WUlbh8S11BNlimC0iK8mztuZ4V/tk sF1zgfsF5icotMwB+2C5hPdblMYws4FuCd/BaiyuuW+lY1jrMVlTHLaRz06g02XBZc hEGuu34kChBKhgmjOC/tBjNEXg+BVetEfRJf39NY= Received: by asgard (sSMTP sendmail emulation); Tue, 19 Apr 2016 11:44:25 -0300 From: Gustavo Zacarias To: buildroot@busybox.net Date: Tue, 19 Apr 2016 11:44:04 -0300 Message-Id: <1461077048-16189-4-git-send-email-gustavo@zacarias.com.ar> X-Mailer: git-send-email 2.7.3 In-Reply-To: <1461077048-16189-1-git-send-email-gustavo@zacarias.com.ar> References: <1461077048-16189-1-git-send-email-gustavo@zacarias.com.ar> X-Virus-Scanned: clamav-milter 0.98.7 at www X-Virus-Status: Clean Subject: [Buildroot] [PATCH v2 3/7] linux-firmware: bump version X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.18-1 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" Bump to the latest (as of this writing) linux-firmware git version. This adds support for newer iwlwifi firmware versions and new chipset support as well. Signed-off-by: Gustavo Zacarias --- package/linux-firmware/linux-firmware.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/linux-firmware/linux-firmware.mk b/package/linux-firmware/linux-firmware.mk index 532604b..9a45ccc 100644 --- a/package/linux-firmware/linux-firmware.mk +++ b/package/linux-firmware/linux-firmware.mk @@ -4,7 +4,7 @@ # ################################################################################ -LINUX_FIRMWARE_VERSION = bbe4917c054eb0a73e250c6363341e3bf6725839 +LINUX_FIRMWARE_VERSION = b0668886def608d352cd0263a7ef04e64e25574a LINUX_FIRMWARE_SITE = http://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git LINUX_FIRMWARE_SITE_METHOD = git