linux-firmware: update to a newer snapshot.

This commit is contained in:
Juan RP 2013-05-01 08:42:59 +02:00
parent 3577fcc1c5
commit ade634f4ac

View file

@ -1,13 +1,13 @@
# Template file for 'linux-firmware'
pkgname=linux-firmware
version=20121118
version=20130430
revision=1
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=27f9a966c7e557dc072dc35ec01aff71d02e0389f25e19f04fdb8434accf4028
checksum=95c06a49501a3eac31d9a28ee019b698be03229503fdcb16981e22f503e23d5a
long_desc="
This package provides binary firmware blobs for misc hardware supported by
the Linux kernel."
@ -22,23 +22,22 @@ do_install() {
}
linux-firmware-network_package() {
short_desc="${short_desc} for network modules"
short_desc+=" -- network"
noarch=yes
pkg_install() {
# 3Com
vmove usr/lib/firmware/3com
# Realtek
vmove usr/lib/firmware/RTL8192E
vmove "usr/lib/firmware/rt*"
# Atheros
vmove "usr/lib/firmware/ath*"
vmove "usr/lib/firmware/ar*"
# bnx2
vmove "usr/lib/firmware/bnx2*"
# Broadcom
vmove usr/lib/firmware/brcm
# Intel
vmove "usr/lib/firmware/cxgb*"
vmove "usr/lib/firmware/i*"
vmove usr/lib/firmware/kaweth
vmove usr/lib/firmware/libertas
vmove usr/lib/firmware/ueagle-atm
vmove usr/lib/firmware/ti-connectivity
}
}