1
0
mirror of https://github.com/DigitalDevices/octonet.git synced 2023-10-10 11:36:52 +00:00

Add octscan package

This commit is contained in:
mvoelkel
2016-02-14 01:10:12 +01:00
parent 36a8d6a33c
commit 4bcb9b5d63
6 changed files with 30 additions and 2 deletions

View File

@@ -0,0 +1,5 @@
config BR2_PACKAGE_OCTOSCAN
bool "octoscan"
default n
help
http://www.digitaldevices.de

View File

@@ -0,0 +1,15 @@
OCTOSCAN_VERSION = 0.1
OCTOSCAN_SOURCE =
OCTOSCAN_SITE = ../octoscan
OCTOSCAN_SITE_METHOD = local
OCTOSCAN_INSTALL_TARGET = YES
define OCTOSCAN_BUILD_CMDS
$(MAKE) $(TARGET_CONFIGURE_OPTS) -C $(@D)
endef
define OCTOSCAN_INSTALL_TARGET_CMDS
$(INSTALL) -m 0755 -D $(@D)/octoscan $(TARGET_DIR)/usr/bin/octoscan
endef
$(eval $(generic-package))