summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado2017-01-20 19:07:46 -0300
committerAndré Fabian Silva Delgado2017-01-20 19:07:46 -0300
commit30738489691aebdb37d78de45f44a056098b7045 (patch)
tree4cba620f9c6d072a59321518905d83c5e94ef41c
parentda7a5dd26d393dd5af7db930ee03cf6ff2878ad7 (diff)
downloadaur-ath9k-htc-firmware.tar.gz
Update to 1.4.0-3
* disable implicit function declaration warning
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5fff4caf691d..ae45e0934627 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Fri Jan 20 17:00:51 UTC 2017
+# Fri Jan 20 22:07:23 UTC 2017
pkgbase = ath9k-htc-firmware
pkgdesc = Free firmware files for the Qualcomm Atheros AR7010 and AR9271 USB 802.11n NICs
pkgver = 1.4.0
- pkgrel = 2
+ pkgrel = 3
url = http://wireless.kernel.org/en/users/Drivers/ath9k_htc
arch = any
license = BSD3
diff --git a/PKGBUILD b/PKGBUILD
index cb5c0d07635b..62cc811b8e45 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=ath9k-htc-firmware
pkgver=1.4.0
-pkgrel=2
+pkgrel=3
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'
@@ -29,7 +29,7 @@ build() {
export CTARGET="xtensa-unknown-elf"
export CC="xtensa-unknown-elf"
- export CFLAGS="-mtext-section-literals -O2 -pipe --param=ssp-buffer-size=4 -fno-aggressive-loop-optimizations"
+ export CFLAGS="-mtext-section-literals -O2 -pipe --param=ssp-buffer-size=4 -fno-aggressive-loop-optimizations -Wno-implicit-function-declaration"
export CXXFLAGS="${CFLAGS}"
cat > target_firmware/build/toolchain.cmake <<EOF