summaryrefslogtreecommitdiff
path: root/libre/ath9k-htc-firmware
diff options
context:
space:
mode:
Diffstat (limited to 'libre/ath9k-htc-firmware')
-rw-r--r--libre/ath9k-htc-firmware/PKGBUILD4
-rw-r--r--libre/ath9k-htc-firmware/fix.patch22
2 files changed, 24 insertions, 2 deletions
diff --git a/libre/ath9k-htc-firmware/PKGBUILD b/libre/ath9k-htc-firmware/PKGBUILD
index 172cb97b3..9b6c417f8 100644
--- a/libre/ath9k-htc-firmware/PKGBUILD
+++ b/libre/ath9k-htc-firmware/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: André Silva <emulatorman@parabola.nu>
-# Maintainer: Márcio Silva <coadde@lavabit.com>
+# Maintainer: Márcio Silva <coadde@parabola.nu>
pkgname=ath9k-htc-firmware
pkgver=1.3.2
-pkgrel=3
+pkgrel=5
pkgdesc='Free firmware files for the Qualcomm Atheros AR7010 and AR9271 USB 802.11n NICs'
arch=('any')
url=('http://wireless.kernel.org/en/users/Drivers/ath9k_htc')
diff --git a/libre/ath9k-htc-firmware/fix.patch b/libre/ath9k-htc-firmware/fix.patch
new file mode 100644
index 000000000..68a504a8a
--- /dev/null
+++ b/libre/ath9k-htc-firmware/fix.patch
@@ -0,0 +1,22 @@
+diff --git a/libre/ath9k-htc-firmware/PKGBUILD b/libre/ath9k-htc-firmware/PKGBUILD
+index 172cb97..2a6af01 100644
+--- a/libre/ath9k-htc-firmware/PKGBUILD
++++ b/libre/ath9k-htc-firmware/PKGBUILD
+@@ -16,6 +16,9 @@ md5sums=('73c66751151dd47535cb4142477da480'
+
+ prepare() {
+
++ mkdir -p $srcdir/bin
++ ln -s /usr/bin/xtensa-unknown-elf-as $srcdir/bin/as
++ export PATH=$srcdir/bin:$PATH
+ cd $srcdir/open-ath9k-htc-firmware-$pkgver/target_firmware
+ mkdir -p build/{k2,magpie}
+
+@@ -35,6 +38,7 @@ INCLUDE(CMakeForceCompiler)
+ SET(CMAKE_SYSTEM_PROCESSOR xtensa)
+ SET(COMPILER_PREFIX "xtensa-unknown-elf")
+ SET(CMAKE_FIND_ROOT_PATH /usr/xtensa-unknown-elf)
++SET(CMAKE_OBJCOPY /usr/bin/xtensa-unknown-elf-objcopy)
+
+ CMAKE_FORCE_C_COMPILER(/usr/bin/xtensa-unknown-elf-gcc GNU)
+ EOF