linux-firmware: update to 20151023.
This commit is contained in:
parent
f8552c67eb
commit
8a5dd0fe63
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'linux-firmware'
|
||||
pkgname=linux-firmware
|
||||
version=20150927
|
||||
version=20151023
|
||||
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="f88e5c2e2ff57026ce8028ba4dde8e7325f251a4"
|
||||
local _githash="66d3d8d7607c9a3a7d083f81990f6523f5842065"
|
||||
local _url="git://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git"
|
||||
git clone ${_url} ${wrksrc}
|
||||
cd ${wrksrc}
|
||||
|
|
Loading…
Reference in a new issue