linux-firmware: update to 20170311
This commit is contained in:
parent
28ea088590
commit
7e3e360db8
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'linux-firmware'
|
||||
pkgname=linux-firmware
|
||||
version=20170217
|
||||
version=20170311
|
||||
revision=1
|
||||
noarch=yes
|
||||
short_desc="Binary firmware blobs for the Linux kernel"
|
||||
|
@ -11,7 +11,7 @@ hostmakedepends="git"
|
|||
depends="${pkgname}-amd-${version}_${revision} ${pkgname}-network-${version}_${revision}"
|
||||
|
||||
do_fetch() {
|
||||
local _githash=12987cadb37de28719990dfc2397ec6d09e10566
|
||||
local _githash=695f2d6d82173f4e322d8f834c9849775778022a
|
||||
local _url="git://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git"
|
||||
git clone ${_url} ${wrksrc}
|
||||
cd ${wrksrc}
|
||||
|
@ -19,6 +19,8 @@ do_fetch() {
|
|||
|
||||
# Restore old Bluetooth firmware
|
||||
# https://bugzilla.kernel.org/show_bug.cgi?id=190831
|
||||
# @pullmoll: Looks like it is fixed (Emmanuel Grumbach 2017-03-08 07:10:16 UTC: OK - close this for now)
|
||||
# Leaving it enabled until someone confirms it isn't needed anymore
|
||||
git checkout 9c71af939b51ce1431087acfb5b0f61c0b491c63 -- intel/ibt-11-5.{sfi,ddc}
|
||||
}
|
||||
do_install() {
|
||||
|
|
Loading…
Reference in New Issue