From patchwork Mon Sep 10 08:48:57 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sven Neumann X-Patchwork-Id: 182824 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from silver.osuosl.org (silver.osuosl.org [140.211.166.136]) by ozlabs.org (Postfix) with ESMTP id 8D46D2C0096 for ; Mon, 10 Sep 2012 18:49:10 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id EF87321F8E; Mon, 10 Sep 2012 08:49:08 +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 43l4CxPAf0Kd; Mon, 10 Sep 2012 08:49:08 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by silver.osuosl.org (Postfix) with ESMTP id C4E8C21F84; Mon, 10 Sep 2012 08:49:07 +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 8A42E8F74B for ; Mon, 10 Sep 2012 08:49:07 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 6FD4C814BA for ; Mon, 10 Sep 2012 08:49:06 +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 Y9JNK5M9mdfS for ; Mon, 10 Sep 2012 08:49:04 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from mail.zonque.de (svenfoo.org [82.94.215.22]) by whitealder.osuosl.org (Postfix) with ESMTPS id 8332880BF5 for ; Mon, 10 Sep 2012 08:49:04 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.zonque.de (Postfix) with ESMTP id 78E4EC00B8; Mon, 10 Sep 2012 10:49:01 +0200 (CEST) Received: from mail.zonque.de ([127.0.0.1]) by localhost (rambrand.bugwerft.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id C4R05oRD9xUo; Mon, 10 Sep 2012 10:49:01 +0200 (CEST) Received: from localhost.localdomain (pd907dbf4.dip0.t-ipconnect.de [217.7.219.244]) (using TLSv1.1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.zonque.de (Postfix) with ESMTPSA id 282E1C0097; Mon, 10 Sep 2012 10:49:01 +0200 (CEST) From: Sven Neumann To: buildroot@busybox.net Date: Mon, 10 Sep 2012 10:48:57 +0200 Message-Id: <1347266937-9242-1-git-send-email-s.neumann@raumfeld.com> X-Mailer: git-send-email 1.7.9.5 Subject: [Buildroot] [PATCH] linux-firmware: update to a more recent git snapshot 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 This update pulls in new ath6k and realtek drivers and updates for libertas and iwlwifi: a707c25 Merge branch 'master' of git://dev.laptop.org/users/dsd/linux-firmware adb6547 rtlwifi/rtl8723e: Add firmware for new driver 4e17394 linux-firmware: ath6k: add firmware for AR6004 hw1.3 bac3567 Marvell SD8787: update to v14.66.9.p96 6a08d14 Marvell SD8686: update to v9.70.20.p0 bbede96 iwlwifi: update firmware for 6205 Signed-off-by: Sven Neumann --- 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 23afafa..09836a4 100644 --- a/package/linux-firmware/linux-firmware.mk +++ b/package/linux-firmware/linux-firmware.mk @@ -3,7 +3,7 @@ # linux-firmware # ############################################################# -LINUX_FIRMWARE_VERSION = 7560108a2c94a62056fa82d912282b901aa0904f +LINUX_FIRMWARE_VERSION = a707c25a6e992b8ee6127a6ebab63dd063043047 LINUX_FIRMWARE_SITE = git://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git LINUX_FIRMWARE_SITE_METHOD = git