[Armadeus-commitlog] armadeus branch, buildroot-update, updated. armadeus-6.0-120-ga1e3cf3
Brought to you by:
sszy
|
From: Sébastien S. <ss...@us...> - 2016-09-16 07:46:53
|
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "armadeus".
The branch, buildroot-update has been updated
via a1e3cf3a097664b7ead636fb6765f91370427e6c (commit)
from c598a4be65e1ad0a896cb2d11e7d77defe6bccaf (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit a1e3cf3a097664b7ead636fb6765f91370427e6c
Author: Sébastien Szymanski <seb...@ar...>
Date: Fri Sep 16 09:47:51 2016 +0200
[BUILDROOT] linux-firmware: version bump
This patch taken from upstream, adds the firmware for BCM43430 and
BCM43438 which we need on the OPOS6UL.
-----------------------------------------------------------------------
Summary of changes:
.../2016.08/225-linux-firmware-bump-version.patch | 37 ++++++++++++++++++++
1 files changed, 37 insertions(+), 0 deletions(-)
create mode 100644 patches/buildroot/2016.08/225-linux-firmware-bump-version.patch
diff --git a/patches/buildroot/2016.08/225-linux-firmware-bump-version.patch b/patches/buildroot/2016.08/225-linux-firmware-bump-version.patch
new file mode 100644
index 0000000..428eb8c
--- /dev/null
+++ b/patches/buildroot/2016.08/225-linux-firmware-bump-version.patch
@@ -0,0 +1,37 @@
+From ad0162623327fadd65b50a6007a5dfc5c52bd0a1 Mon Sep 17 00:00:00 2001
+From: Gustavo Zacarias <gu...@za...>
+Date: Thu, 15 Sep 2016 14:56:53 -0300
+Subject: [PATCH] linux-firmware: bump version
+
+And copy firmware for BCM43430 and BCM43438, hence rpi3 wifi support at
+last.
+
+Signed-off-by: Gustavo Zacarias <gu...@za...>
+Signed-off-by: Peter Korsgaard <pe...@ko...>
+---
+ package/linux-firmware/linux-firmware.mk | 5 +++--
+ 1 file changed, 3 insertions(+), 2 deletions(-)
+
+Index: buildroot/package/linux-firmware/linux-firmware.mk
+===================================================================
+--- buildroot.orig/package/linux-firmware/linux-firmware.mk
++++ buildroot/package/linux-firmware/linux-firmware.mk
+@@ -4,7 +4,7 @@
+ #
+ ################################################################################
+
+-LINUX_FIRMWARE_VERSION = b0668886def608d352cd0263a7ef04e64e25574a
++LINUX_FIRMWARE_VERSION = c4c07a8d1128d50a5c2885ceea1abbebaa82f820
+ LINUX_FIRMWARE_SITE = http://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git
+ LINUX_FIRMWARE_SITE_METHOD = git
+
+@@ -375,7 +375,8 @@ LINUX_FIRMWARE_FILES += \
+ brcm/brcmfmac43242a.bin brcm/brcmfmac43340-sdio.bin \
+ brcm/brcmfmac43362-sdio.bin brcm/brcmfmac43455-sdio.bin \
+ brcm/brcmfmac43569.bin brcm/brcmfmac43570-pcie.bin \
+- brcm/brcmfmac43602-pcie.ap.bin brcm/brcmfmac43602-pcie.bin
++ brcm/brcmfmac43602-pcie.ap.bin brcm/brcmfmac43602-pcie.bin \
++ brcm/brcmfmac43430-sdio.bin
+ LINUX_FIRMWARE_ALL_LICENSE_FILES += LICENCE.broadcom_bcm43xx
+ endif
+
hooks/post-receive
--
armadeus
|