From f5208bd060d059ea6a130aca323fbfa5fa92bc1f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Fabian=20Silva=20Delgado?= Date: Mon, 8 Jul 2013 06:09:57 -0300 Subject: ath9k-htc-firmware-git: use suspend_fix branch to fix Target is unresponsive bug --- libre/ath9k-htc-firmware-git/PKGBUILD | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'libre') 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}" -- cgit v1.2.3-2-g168b