From c43e5973c8bcee1012c465c8488d65637bde72b6 Mon Sep 17 00:00:00 2001 From: Andrea Brancaleoni Date: Tue, 21 Feb 2017 23:14:28 +0100 Subject: [PATCH] linux-firmware: update to 20170217. --- srcpkgs/linux-firmware/template | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/srcpkgs/linux-firmware/template b/srcpkgs/linux-firmware/template index 765e3ebf61b..cf95f1002b3 100644 --- a/srcpkgs/linux-firmware/template +++ b/srcpkgs/linux-firmware/template @@ -1,6 +1,6 @@ # Template file for 'linux-firmware' pkgname=linux-firmware -version=20161206 +version=20170217 revision=1 noarch=yes short_desc="Binary firmware blobs for the Linux kernel" @@ -11,11 +11,15 @@ hostmakedepends="git" depends="${pkgname}-amd-${version}_${revision} ${pkgname}-network-${version}_${revision}" do_fetch() { - local _githash=4b9559fb0565f582a21a4070a81a3b6a7d77610b + local _githash=12987cadb37de28719990dfc2397ec6d09e10566 local _url="git://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git" git clone ${_url} ${wrksrc} cd ${wrksrc} git checkout ${_githash} + + # Restore old Bluetooth firmware + # https://bugzilla.kernel.org/show_bug.cgi?id=190831 + git checkout 9c71af939b51ce1431087acfb5b0f61c0b491c63 -- intel/ibt-11-5.{sfi,ddc} } do_install() { vmkdir usr/lib/firmware