linux-firmware: update to 20121118.
This commit is contained in:
parent
f5422768fe
commit
973c02fb28
1 changed files with 9 additions and 8 deletions
|
@ -1,24 +1,25 @@
|
|||
# Template file for 'linux-firmware'
|
||||
pkgname=linux-firmware
|
||||
version=20120625
|
||||
version=20121118
|
||||
revision=1
|
||||
noarch=yes
|
||||
depends="linux-firmware-network>=$version"
|
||||
subpackages="${pkgname}-network"
|
||||
short_desc="Binary firmware blobs for the Linux kernel"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
homepage="http://www.kernel.org/"
|
||||
license="See /usr/share/licenses/${pkgname}"
|
||||
distfiles="ftp://ftp.archlinux.org/other/$pkgname/$pkgname-$version.tar.xz"
|
||||
checksum=2061a054155380721b7ccca6ff71b3f6832cc5a2992d8b1b9536f8365786d65b
|
||||
checksum=27f9a966c7e557dc072dc35ec01aff71d02e0389f25e19f04fdb8434accf4028
|
||||
long_desc="
|
||||
This package provides binary firmware blobs for misc hardware supported by
|
||||
the Linux kernel."
|
||||
|
||||
replaces="kernel-firmware>=0 radeon-firmware>=0 iwl1000-firmware>=0
|
||||
iwl3945-firmware>=0 iwl4965-firmware>=0 iwl5000-firmware>=0 rt73usb-firmware>=0
|
||||
iwl5150-firmware>=0 iwl6000-firmware>=0 rt2800usb>=0 rt61-firmware>=0
|
||||
ar9170-firmware>=0"
|
||||
iwl3945-firmware>=0 iwl4965-firmware>=0 iwl5000-firmware>=0
|
||||
iwl5150-firmware>=0 iwl6000-firmware>=0 rt73usb-firmware>=0
|
||||
rt2800usb>=0 rt61-firmware>=0 ar9170-firmware>=0"
|
||||
|
||||
noarch=yes
|
||||
depends="${pkgname}-network-${version}_${revision}"
|
||||
subpackages="${pkgname}-network"
|
||||
|
||||
do_install() {
|
||||
vmkdir usr/lib/firmware
|
||||
|
|
Loading…
Reference in a new issue