summaryrefslogtreecommitdiff
path: root/libre/linux-libre-firmware/remove-wget.patch
diff options
context:
space:
mode:
Diffstat (limited to 'libre/linux-libre-firmware/remove-wget.patch')
-rw-r--r--libre/linux-libre-firmware/remove-wget.patch7
1 files changed, 3 insertions, 4 deletions
diff --git a/libre/linux-libre-firmware/remove-wget.patch b/libre/linux-libre-firmware/remove-wget.patch
index 3928c07bb..f2364631c 100644
--- a/libre/linux-libre-firmware/remove-wget.patch
+++ b/libre/linux-libre-firmware/remove-wget.patch
@@ -1,5 +1,5 @@
diff --git a/src/Makefile b/src/Makefile
-index 5c1ddf2..3e66265 100644
+index 122f659..89a8209 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -17,7 +17,7 @@ shell=/bin/sh
@@ -50,17 +50,16 @@ index 5c1ddf2..3e66265 100644
cd dsp56k && $(MAKE) clean
cd ihex2fw && $(MAKE) clean
diff --git a/src/ath9k_htc/Makefile b/src/ath9k_htc/Makefile
-index ee5e61b..99c94fc 100644
+index ee5e61b..3f9c66d 100644
--- a/src/ath9k_htc/Makefile
+++ b/src/ath9k_htc/Makefile
-@@ -1,149 +1,12 @@
+@@ -1,149 +1,11 @@
-GMP_VER=6.1.1
-GMP_URL=https://ftp.gnu.org/gnu/gmp/gmp-$(GMP_VER).tar.bz2
-GMP_TAR=gmp-$(GMP_VER).tar.bz2
-GMP_DIR=gmp-$(GMP_VER)
-GMP_SUM=a8109865f2893f1373b0a8ed5ff7429de8db696fc451b1036bd7bdf95bbeffd6
+CFLAGS = -mtext-section-literals -O2 -pipe --param=ssp-buffer-size=4 -fno-aggressive-loop-optimizations -Wno-implicit-function-declaration
-+CXXFLAGS = $(CFLAGS)
-MPFR_VER=3.1.4
-MPFR_URL=https://ftp.gnu.org/gnu/mpfr/mpfr-$(MPFR_VER).tar.bz2