summaryrefslogtreecommitdiff
path: root/libre
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@lavabit.com>2013-07-08 06:09:57 -0300
committerAndré Fabian Silva Delgado <emulatorman@lavabit.com>2013-07-08 06:09:57 -0300
commitf5208bd060d059ea6a130aca323fbfa5fa92bc1f (patch)
tree053a45e2f36dddf4f42001ae3284eea4d3c8333c /libre
parent00f63a28ed9d0ba489d854842a89769ae64e726a (diff)
ath9k-htc-firmware-git: use suspend_fix branch to fix Target is unresponsive bug
Diffstat (limited to 'libre')
-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}"