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:
@@ -0,0 +1,20 @@
|
||||
################################################################################
|
||||
#
|
||||
# tinyssh
|
||||
#
|
||||
################################################################################
|
||||
|
||||
TINYSSH_VERSION = 7e2b4025bf3a2dae4c6617e3eb39df4bcde37454
|
||||
TINYSSH_SITE = $(call github,janmojzis,tinyssh,$(TINYSSH_VERSION))
|
||||
TINYSSH_LICENSE = Public Domain, CC0-1.0
|
||||
TINYSSH_LICENSE_FILES = LICENCE
|
||||
|
||||
define TINYSSH_BUILD_CMDS
|
||||
$(TARGET_MAKE_ENV) CC="$(TARGET_CC)" $(MAKE) -C $(@D) cross-compile
|
||||
endef
|
||||
|
||||
define TINYSSH_INSTALL_TARGET_CMDS
|
||||
$(MAKE) DESTDIR="$(TARGET_DIR)" -C $(@D) install
|
||||
endef
|
||||
|
||||
$(eval $(generic-package))
|
||||
Reference in New Issue
Block a user