0006-Makefile-Change-spaces-for-atusb-to-tab.patch 1.2 KB

1234567891011121314151617181920212223242526
  1. From 06147f83be16e7ab5e08c280c61e015b60bd0acc Mon Sep 17 00:00:00 2001
  2. From: Jason Self <j@jxself.org>
  3. Date: Thu, 4 Jul 2019 17:14:30 -0700
  4. Subject: [PATCH 6/8] Makefile: Change spaces for atusb to tab
  5. ---
  6. Makefile | 2 +-
  7. 1 file changed, 1 insertion(+), 1 deletion(-)
  8. diff --git a/Makefile b/Makefile
  9. index 51f708d..b5c5d05 100644
  10. --- a/Makefile
  11. +++ b/Makefile
  12. @@ -103,7 +103,7 @@ install:
  13. ln -s ath9k_htc/htc_9271-1.4.0.fw $(prefix)/htc_9271.fw; fi;
  14. 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 && \
  15. ln -s ath9k_htc/htc_7010-1.4.0.fw $(prefix)/htc_7010.fw; fi;
  16. - if [ -a atusb/atusb.dfu ]; then $(install_program) -D atusb/atusb.dfu $(prefix)/atusb/atusb.dfu; fi;
  17. + if [ -a atusb/atusb.dfu ]; then $(install_program) -D atusb/atusb.dfu $(prefix)/atusb/atusb.dfu; fi;
  18. if [ -a av7110/bootcode.bin ]; then $(install_program) -D av7110/bootcode.bin $(prefix)/av7110/bootcode.bin; fi;
  19. if [ -a cis/3CCFEM556.cis ]; then $(install_program) -D cis/3CCFEM556.cis $(prefix)/cis/3CCFEM556.cis; fi;
  20. if [ -a cis/3CXEM556.cis ]; then $(install_program) -D cis/3CXEM556.cis $(prefix)/cis/3CXEM556.cis; fi;
  21. --
  22. 2.26.0