diff options
author | root <root@rshg054.dnsready.net> | 2013-07-08 03:29:34 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-07-08 03:29:34 -0700 |
commit | f6f03b59111d2fa5eb1b97f04001c69cd99cca6c (patch) | |
tree | f4b6ed6271cc1447b15fdfae410aed5ee77e53f3 /libre/ath9k-htc-firmware-git | |
parent | 5e27fc01b0a9107d2242c70f79f9bd75a5e42c28 (diff) |
Mon Jul 8 03:29:34 PDT 2013
Diffstat (limited to 'libre/ath9k-htc-firmware-git')
-rw-r--r-- | libre/ath9k-htc-firmware-git/PKGBUILD | 6 |
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}" |