Makefile: Update the install target for ath9k_htc
authorJason Self <j@jxself.org>
Wed, 10 Jan 2018 03:55:13 +0000 (19:55 -0800)
committerJason Self <j@jxself.org>
Wed, 10 Jan 2018 03:55:13 +0000 (19:55 -0800)
This will use the firmware built in the ath9k_htc/target_firmware
instead of ath9k_htc/target_firmware/build.

Makefile

index 08b6ff83d2558bf63b8fa136647541db2231e46b..4bcc6569b836fac24d0388f7987a35ba0c5ac6f8 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -90,8 +90,8 @@ clean:
        cd usbdux && $(MAKE) -f Makefile_dux clean
 
 install:
        cd usbdux && $(MAKE) -f Makefile_dux clean
 
 install:
-       if [ -a ath9k_htc/target_firmware/build/k2/htc_9271.fw ]; then $(install_program) -D ath9k_htc/target_firmware/build/k2/htc_9271.fw $(prefix)/ath9k_htc/htc_9271.fw; fi;
-       if [ -a ath9k_htc/target_firmware/build/magpie/htc_7010.fw ]; then $(install_program) -D ath9k_htc/target_firmware/build/magpie/htc_7010.fw $(prefix)/ath9k_htc/htc_7010.fw; fi;
+       if [ -a ath9k_htc/target_firmware/htc_9271.fw ]; then $(install_program) -D ath9k_htc/target_firmware/build/k2/htc_9271.fw $(prefix)/ath9k_htc/htc_9271.fw; fi;
+       if [ -a ath9k_htc/target_firmware/htc_7010.fw ]; then $(install_program) -D ath9k_htc/target_firmware/build/magpie/htc_7010.fw $(prefix)/ath9k_htc/htc_7010.fw; 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;
        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;