Skip to content

Commit

Permalink
Update install script to include receiver log audio
Browse files Browse the repository at this point in the history
  • Loading branch information
aarmono committed Jul 20, 2020
1 parent 00dc0b3 commit 2af9efd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package/crypto_transceiver/crytpo_transceiver.mk
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ endef

define CRYPTO_TRANSCEIVER_INSTALL_INIT_SYSV
$(INSTALL) -m 0755 $(@D)/S27configure $(TARGET_DIR)/etc/init.d/S27configure
$(INSTALL) -m 0755 $(@D)/S28log2speech_rx $(TARGET_DIR)/etc/init.d/S28log2speech_rx
$(INSTALL) -m 0755 $(@D)/S29log2speech_tx $(TARGET_DIR)/etc/init.d/S29log2speech_tx
$(INSTALL) -m 0755 $(@D)/S30transmit $(TARGET_DIR)/etc/init.d/S30transmit
$(INSTALL) -m 0755 $(@D)/S31receive $(TARGET_DIR)/etc/init.d/S31receive
Expand Down

0 comments on commit 2af9efd

Please sign in to comment.