diff --git a/srcpkgs/linux-firmware/template b/srcpkgs/linux-firmware/template index beab58e329..2c6ac649ea 100644 --- a/srcpkgs/linux-firmware/template +++ b/srcpkgs/linux-firmware/template @@ -1,6 +1,6 @@ # Template file for 'linux-firmware' pkgname=linux-firmware -version=20150324 +version=20150413 revision=1 noarch=yes short_desc="Binary firmware blobs for the Linux kernel" @@ -21,6 +21,10 @@ 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. + ln -sf htc_7010-1.4.0.fw ${DESTDIR}/usr/lib/firmware/ath9k_htc/htc_7010.fw + ln -sf htc_9271-1.4.0.fw ${DESTDIR}/usr/lib/firmware/ath9k_htc/htc_9271.fw } linux-firmware-amd_package() {