mirror of
https://github.com/DigitalDevices/octonet.git
synced 2023-10-10 11:36:52 +00:00
Initial
This commit is contained in:
5
buildroot.octonet/package/octonet/Config.in
Normal file
5
buildroot.octonet/package/octonet/Config.in
Normal file
@@ -0,0 +1,5 @@
|
||||
config BR2_PACKAGE_OCTONET
|
||||
bool "octonet"
|
||||
default n
|
||||
help
|
||||
http://www.linuxtv.org
|
||||
18
buildroot.octonet/package/octonet/octonet.mk
Normal file
18
buildroot.octonet/package/octonet/octonet.mk
Normal file
@@ -0,0 +1,18 @@
|
||||
OCTONET_VERSION = 0.1
|
||||
OCTONET_SOURCE =
|
||||
OCTONET_SITE = ../dddvb/apps/octonet
|
||||
OCTONET_SITE_METHOD = local
|
||||
OCTONET_INSTALL_TARGET = YES
|
||||
|
||||
define OCTONET_BUILD_CMDS
|
||||
$(MAKE) $(TARGET_CONFIGURE_OPTS) -C $(@D)
|
||||
endef
|
||||
|
||||
define OCTONET_INSTALL_TARGET_CMDS
|
||||
$(INSTALL) -m 0755 -D $(@D)/ddflash $(TARGET_DIR)/usr/bin/ddflash
|
||||
$(INSTALL) -m 0755 -D $(@D)/octokey $(TARGET_DIR)/usr/bin/octokey
|
||||
$(INSTALL) -m 0755 -D $(@D)/octonet $(TARGET_DIR)/usr/bin/octonet
|
||||
$(INSTALL) -m 0755 -D $(@D)/ddtest $(TARGET_DIR)/usr/bin/ddtest
|
||||
endef
|
||||
|
||||
$(eval $(generic-package))
|
||||
6
buildroot.octonet/package/octoserve/Config.in
Normal file
6
buildroot.octonet/package/octoserve/Config.in
Normal file
@@ -0,0 +1,6 @@
|
||||
config BR2_PACKAGE_OCTOSERVE
|
||||
bool "octoserve"
|
||||
default n
|
||||
select BR2_PACKAGE_DVB_APPS
|
||||
help
|
||||
http://www.digitaldevices.de
|
||||
18
buildroot.octonet/package/octoserve/octoserve.mk
Normal file
18
buildroot.octonet/package/octoserve/octoserve.mk
Normal file
@@ -0,0 +1,18 @@
|
||||
OCTOSERVE_VERSION = 0.1
|
||||
OCTOSERVE_SOURCE =
|
||||
OCTOSERVE_SITE = ../octoserve
|
||||
OCTOSERVE_SITE_METHOD = local
|
||||
OCTOSERVE_INSTALL_TARGET = YES
|
||||
|
||||
define OCTOSERVE_BUILD_CMDS
|
||||
$(MAKE) $(TARGET_CONFIGURE_OPTS) -C $(@D)
|
||||
endef
|
||||
|
||||
define OCTOSERVE_INSTALL_TARGET_CMDS
|
||||
$(INSTALL) -m 0755 -D $(@D)/octoserve $(TARGET_DIR)/usr/bin/octoserve
|
||||
cp -rd $(@D)/var $(TARGET_DIR)/
|
||||
$(INSTALL) -m 0755 -d $(TARGET_DIR)/boot
|
||||
$(INSTALL) -m 0755 $(@D)/boot/* $(TARGET_DIR)/boot/
|
||||
endef
|
||||
|
||||
$(eval $(generic-package))
|
||||
Reference in New Issue
Block a user