mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
Merge from bittboy/buildroot@26c91a9
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
OPEN_PLC_UTILS_VERSION = 1be781d1ea81827e5f6c1a35961c65dd4d15472c
|
||||
OPEN_PLC_UTILS_VERSION = 32408520fcebe785983a68e39ec83830a3005779
|
||||
OPEN_PLC_UTILS_SITE = $(call github,qca,open-plc-utils,$(OPEN_PLC_UTILS_VERSION))
|
||||
OPEN_PLC_UTILS_LICENSE = BSD-3-Clause
|
||||
OPEN_PLC_UTILS_LICENSE_FILES = LICENSE
|
||||
@@ -26,7 +26,8 @@ define OPEN_PLC_UTILS_BUILD_CMDS
|
||||
endef
|
||||
|
||||
define OPEN_PLC_UTILS_INSTALL_TARGET_CMDS
|
||||
$(TARGET_MAKE_ENV) $(MAKE) ROOTFS=$(TARGET_DIR) -C $(@D) install
|
||||
$(TARGET_MAKE_ENV) $(MAKE) ROOTFS=$(TARGET_DIR) \
|
||||
BIN="$(TARGET_DIR)/usr/bin" -C $(@D) install
|
||||
endef
|
||||
|
||||
$(eval $(generic-package))
|
||||
|
||||
Reference in New Issue
Block a user