summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libre/ath9k-htc-firmware-git/PKGBUILD6
1 files changed, 5 insertions, 1 deletions
diff --git a/libre/ath9k-htc-firmware-git/PKGBUILD b/libre/ath9k-htc-firmware-git/PKGBUILD
index 2f52f38fa..d04643491 100644
--- a/libre/ath9k-htc-firmware-git/PKGBUILD
+++ b/libre/ath9k-htc-firmware-git/PKGBUILD
@@ -11,7 +11,8 @@ license=('BSD')
makedepends=('git' 'cmake' 'xtensa-unknown-elf-binutils' 'xtensa-unknown-elf-gcc')
conflicts=('ath9k-htc-firmware')
provides=('ath9k-htc-firmware')
-source=("git://github.com/qca/open-ath9k-htc-firmware"
+source=("git://github.com/olerem/open-ath9k-htc-firmware"
+ #"git://github.com/qca/open-ath9k-htc-firmware"
'LICENSE')
md5sums=('SKIP'
'5163b2711bc481c77045850610b7dd31')
@@ -27,6 +28,9 @@ build() {
cd $srcdir/open-ath9k-htc-firmware
+ # use suspend_fix branch to fix "ath9k_htc: Target is unresponsive"
+ git checkout suspend_fix
+
export CTARGET="xtensa-unknown-elf"
export CFLAGS="-mtext-section-literals -O2 -pipe --param=ssp-buffer-size=4"
export CXXFLAGS="${CFLAGS}"