From e2c11c73bdcea62f788be9aa6ae622d50d069a70 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Mon, 13 Apr 2015 17:25:11 +0200 Subject: [PATCH] linux-firmware: fix ath9k_htc firmware symlinks. The driver expects the firmware files in the top level firmware dir instead. --- srcpkgs/linux-firmware/template | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/srcpkgs/linux-firmware/template b/srcpkgs/linux-firmware/template index 2c6ac649ea..0520fd156c 100644 --- a/srcpkgs/linux-firmware/template +++ b/srcpkgs/linux-firmware/template @@ -1,7 +1,7 @@ # Template file for 'linux-firmware' pkgname=linux-firmware version=20150413 -revision=1 +revision=2 noarch=yes short_desc="Binary firmware blobs for the Linux kernel" maintainer="Juan RP " @@ -22,9 +22,10 @@ do_install() { 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 + # 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() {