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:
5
buildroot.octonet/package/octoscan/Config.in
Normal file
5
buildroot.octonet/package/octoscan/Config.in
Normal file
@@ -0,0 +1,5 @@
|
||||
config BR2_PACKAGE_OCTOSCAN
|
||||
bool "octoscan"
|
||||
default n
|
||||
help
|
||||
http://www.digitaldevices.de
|
||||
15
buildroot.octonet/package/octoscan/octoscan.mk
Normal file
15
buildroot.octonet/package/octoscan/octoscan.mk
Normal 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))
|
||||
Reference in New Issue
Block a user