mirror of https://github.com/OpenIPC/firmware.git
Update adaptive-link (#1838)
parent
ea433ee370
commit
3403c19d63
|
@ -5,7 +5,7 @@
|
|||
################################################################################
|
||||
|
||||
ADAPTIVE_LINK_SITE = $(call github,openipc,adaptive-link,$(ADAPTIVE_LINK_VERSION))
|
||||
ADAPTIVE_LINK_VERSION = '2c45d5fb0cac64c3654bc8d6043ed3d8c2e85f9e'
|
||||
ADAPTIVE_LINK_VERSION = 'ca42f1e5c2b65ddc83bff94cdba6bc2f028b9291'
|
||||
ADAPTIVE_LINK_DEPENDENCIES = yaml-cli-multi
|
||||
|
||||
ADAPTIVE_LINK_LICENSE = GPL-3.0
|
||||
|
@ -28,6 +28,7 @@ define ADAPTIVE_LINK_INSTALL_TARGET_CMDS
|
|||
$(INSTALL) -m 755 -d $(TARGET_DIR)/usr/bin
|
||||
|
||||
$(INSTALL) -m 644 -t $(TARGET_DIR)/etc $(@D)/alink.conf
|
||||
$(INSTALL) -m 644 -t $(TARGET_DIR)/etc $(@D)/wlan_profiles.yaml
|
||||
$(INSTALL) -m 644 -t $(TARGET_DIR)/etc $(@D)/txprofiles/txprofiles.conf
|
||||
$(INSTALL) -m 755 -t $(TARGET_DIR)/usr/bin $(@D)/alink_drone
|
||||
endef
|
||||
|
|
Loading…
Reference in New Issue