Update adaptive-link.mk

pull/1837/head
MarioFPV 2025-07-03 11:19:46 +01:00 committed by GitHub
parent e0f6017b32
commit 964bb4de0c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@
################################################################################ ################################################################################
ADAPTIVE_LINK_SITE = $(call github,openipc,adaptive-link,$(ADAPTIVE_LINK_VERSION)) ADAPTIVE_LINK_SITE = $(call github,openipc,adaptive-link,$(ADAPTIVE_LINK_VERSION))
ADAPTIVE_LINK_VERSION = '2c45d5fb0cac64c3654bc8d6043ed3d8c2e85f9e' ADAPTIVE_LINK_VERSION = '8668753a53583c02a49faf95a5e25e72a839db87'
ADAPTIVE_LINK_DEPENDENCIES = yaml-cli-multi ADAPTIVE_LINK_DEPENDENCIES = yaml-cli-multi
ADAPTIVE_LINK_LICENSE = GPL-3.0 ADAPTIVE_LINK_LICENSE = GPL-3.0
@ -28,7 +28,7 @@ define ADAPTIVE_LINK_INSTALL_TARGET_CMDS
$(INSTALL) -m 755 -d $(TARGET_DIR)/usr/bin $(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)/alink.conf
$(INSTALL) -m 644 -t $(TARGET_DIR)/etc $(@D)/wlan_adapters.yaml $(INSTALL) -m 644 -t $(TARGET_DIR)/etc $(@D)/files/wlan_adapters.yaml
$(INSTALL) -m 644 -t $(TARGET_DIR)/etc $(@D)/txprofiles/txprofiles.conf $(INSTALL) -m 644 -t $(TARGET_DIR)/etc $(@D)/txprofiles/txprofiles.conf
$(INSTALL) -m 755 -t $(TARGET_DIR)/usr/bin $(@D)/alink_drone $(INSTALL) -m 755 -t $(TARGET_DIR)/usr/bin $(@D)/alink_drone
endef endef