mirror of
https://github.com/DigitalDevices/octonet.git
synced 2023-10-10 13:36:52 +02:00
add octoscan
This commit is contained in:
parent
e20c0cb59d
commit
ebcf94e9e2
@ -13,6 +13,7 @@ define OCTONET_INSTALL_TARGET_CMDS
|
||||
$(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
|
||||
$(INSTALL) -m 0755 -D $(@D)/octoscan $(TARGET_DIR)/usr/bin/octoscan
|
||||
endef
|
||||
|
||||
$(eval $(generic-package))
|
||||
|
1
mk
1
mk
@ -37,6 +37,7 @@ cp $DDDVB/frontends/mxl5xx_defs.h $LINUX/drivers/media/dvb-frontends/
|
||||
#cp $DDDVB/include/linux/dvb/ns.h package/octonet/octonet/
|
||||
rm -rf output-octonet/build/octonet*
|
||||
rm -rf output-octonet/build/octoserve*
|
||||
rm -rf output-octonet/build/octoscan*
|
||||
|
||||
#chmod 577 board/digitaldevices/octonet/overlay/var/dms/dms.lua
|
||||
#chmod 577 board/digitaldevices/octonet/overlay/var/mcsetup/mcsetup.lua
|
||||
|
Loading…
Reference in New Issue
Block a user