mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-16 20:13:52 +02:00
linux-firmware: update to 20170217.
This commit is contained in:
parent
d3c5ff49ae
commit
c43e5973c8
1 changed files with 6 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'linux-firmware'
|
# Template file for 'linux-firmware'
|
||||||
pkgname=linux-firmware
|
pkgname=linux-firmware
|
||||||
version=20161206
|
version=20170217
|
||||||
revision=1
|
revision=1
|
||||||
noarch=yes
|
noarch=yes
|
||||||
short_desc="Binary firmware blobs for the Linux kernel"
|
short_desc="Binary firmware blobs for the Linux kernel"
|
||||||
|
@ -11,11 +11,15 @@ hostmakedepends="git"
|
||||||
depends="${pkgname}-amd-${version}_${revision} ${pkgname}-network-${version}_${revision}"
|
depends="${pkgname}-amd-${version}_${revision} ${pkgname}-network-${version}_${revision}"
|
||||||
|
|
||||||
do_fetch() {
|
do_fetch() {
|
||||||
local _githash=4b9559fb0565f582a21a4070a81a3b6a7d77610b
|
local _githash=12987cadb37de28719990dfc2397ec6d09e10566
|
||||||
local _url="git://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git"
|
local _url="git://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git"
|
||||||
git clone ${_url} ${wrksrc}
|
git clone ${_url} ${wrksrc}
|
||||||
cd ${wrksrc}
|
cd ${wrksrc}
|
||||||
git checkout ${_githash}
|
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() {
|
do_install() {
|
||||||
vmkdir usr/lib/firmware
|
vmkdir usr/lib/firmware
|
||||||
|
|
Loading…
Add table
Reference in a new issue