summaryrefslogtreecommitdiff
path: root/libre/linux-libre-firmware/0006-Makefile-Change-spaces-for-atusb-to-tab.patch
diff options
context:
space:
mode:
Diffstat (limited to 'libre/linux-libre-firmware/0006-Makefile-Change-spaces-for-atusb-to-tab.patch')
-rw-r--r--libre/linux-libre-firmware/0006-Makefile-Change-spaces-for-atusb-to-tab.patch25
1 files changed, 0 insertions, 25 deletions
diff --git a/libre/linux-libre-firmware/0006-Makefile-Change-spaces-for-atusb-to-tab.patch b/libre/linux-libre-firmware/0006-Makefile-Change-spaces-for-atusb-to-tab.patch
deleted file mode 100644
index 8dafb6bda..000000000
--- a/libre/linux-libre-firmware/0006-Makefile-Change-spaces-for-atusb-to-tab.patch
+++ /dev/null
@@ -1,25 +0,0 @@
-From 06147f83be16e7ab5e08c280c61e015b60bd0acc Mon Sep 17 00:00:00 2001
-From: Jason Self <j@jxself.org>
-Date: Thu, 4 Jul 2019 17:14:30 -0700
-Subject: [PATCH 6/8] Makefile: Change spaces for atusb to tab
-
----
- Makefile | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/Makefile b/Makefile
-index 51f708d..b5c5d05 100644
---- a/Makefile
-+++ b/Makefile
-@@ -103,7 +103,7 @@ install:
- ln -s ath9k_htc/htc_9271-1.4.0.fw $(prefix)/htc_9271.fw; fi;
- if [ -a ath9k_htc/target_firmware/htc_7010.fw ]; then $(install_program) -D ath9k_htc/target_firmware/htc_7010.fw $(prefix)/ath9k_htc/htc_7010-1.4.0.fw && \
- ln -s ath9k_htc/htc_7010-1.4.0.fw $(prefix)/htc_7010.fw; fi;
-- if [ -a atusb/atusb.dfu ]; then $(install_program) -D atusb/atusb.dfu $(prefix)/atusb/atusb.dfu; fi;
-+ if [ -a atusb/atusb.dfu ]; then $(install_program) -D atusb/atusb.dfu $(prefix)/atusb/atusb.dfu; fi;
- if [ -a av7110/bootcode.bin ]; then $(install_program) -D av7110/bootcode.bin $(prefix)/av7110/bootcode.bin; fi;
- if [ -a cis/3CCFEM556.cis ]; then $(install_program) -D cis/3CCFEM556.cis $(prefix)/cis/3CCFEM556.cis; fi;
- if [ -a cis/3CXEM556.cis ]; then $(install_program) -D cis/3CXEM556.cis $(prefix)/cis/3CXEM556.cis; fi;
---
-2.26.0
-