summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2020-10-19 01:29:16 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2020-10-19 01:29:16 -0700
commit36788d876d860d94de36a034e9e6bcb6feab773f (patch)
tree3063a63f903b912c097b635825ae573f6733e19c
parentRemove reflink (diff)
downloadlinux-libre-firmware-36788d876d860d94de36a034e9e6bcb6feab773f.tar.xz
Rebuild with gcc 10.2 (except ath9k_htc)HEADmaster
-rw-r--r--PKGBUILD6
1 files changed, 5 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b709a2d..cfb04d7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@
pkgname=linux-libre-firmware
pkgver=1.3.1
-pkgrel=3
+pkgrel=4
pkgdesc='Firmware files for Linux-libre'
arch=(any)
url='https://jxself.org/firmware'
@@ -81,6 +81,10 @@ prepare(){
-i Makefile \
ath9k_htc/target_firmware/configure \
carl9170fw/extra/sh-elf-linux.cmake
+
+# sed -e 's/ath9k_htc//' \
+# -i Makefile
+
}
build(){