linux-firmware: move ath9k_htc files to the -network subpkg.
This finally fixes the issue reported by Logen Kain on the mailing list.
This commit is contained in:
parent
e2c11c73bd
commit
ba663d873f
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'linux-firmware'
|
||||
pkgname=linux-firmware
|
||||
version=20150413
|
||||
revision=2
|
||||
revision=3
|
||||
noarch=yes
|
||||
short_desc="Binary firmware blobs for the Linux kernel"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
|
@ -21,11 +21,6 @@ do_install() {
|
|||
rm -f ${DESTDIR}/usr/lib/firmware/{README*,configure,GPL*}
|
||||
mv ${DESTDIR}/usr/lib/firmware/{LICEN*,WHENCE} \
|
||||
${DESTDIR}/usr/share/licenses/${pkgname}
|
||||
|
||||
# Create symlinks for ath9k, this expects a filename without the version
|
||||
# and in the top level firmware directory.
|
||||
ln -sf htc_7010-1.4.0.fw ${DESTDIR}/usr/lib/firmware/htc_7010.fw
|
||||
ln -sf htc_9271-1.4.0.fw ${DESTDIR}/usr/lib/firmware/htc_9271.fw
|
||||
}
|
||||
|
||||
linux-firmware-amd_package() {
|
||||
|
@ -50,6 +45,7 @@ linux-firmware-network_package() {
|
|||
vmove "usr/lib/firmware/bnx2*"
|
||||
vmove usr/lib/firmware/brcm
|
||||
vmove "usr/lib/firmware/cxgb*"
|
||||
vmove "usr/lib/firmware/htc*"
|
||||
vmove "usr/lib/firmware/i*"
|
||||
vmove usr/lib/firmware/kaweth
|
||||
vmove usr/lib/firmware/libertas
|
||||
|
|
Loading…
Reference in New Issue