mirror of
https://github.com/outbackdingo/firmware.git
synced 2026-01-27 10:19:01 +00:00
Add ipctool package
This commit is contained in:
6
br-ext-chip-sigmastar/package/ipctool/Config.in
Normal file
6
br-ext-chip-sigmastar/package/ipctool/Config.in
Normal file
@@ -0,0 +1,6 @@
|
||||
config BR2_PACKAGE_IPCTOOL
|
||||
bool "ipctool"
|
||||
help
|
||||
ipctool - IP cameras chip information tool
|
||||
|
||||
https://github.com/openipc/ipctool/
|
||||
16
br-ext-chip-sigmastar/package/ipctool/ipctool.mk
Normal file
16
br-ext-chip-sigmastar/package/ipctool/ipctool.mk
Normal file
@@ -0,0 +1,16 @@
|
||||
################################################################################
|
||||
#
|
||||
# ipctool
|
||||
#
|
||||
################################################################################
|
||||
|
||||
IPCTOOL_VERSION = 04b2eec1f6d2cbb053548257836e6a7bbebf9d93
|
||||
IPCTOOL_SITE = $(call github,openipc,ipctool,$(IPCTOOL_VERSION))
|
||||
IPCTOOL_LICENSE = MIT
|
||||
IPCTOOL_LICENSE_FILES = LICENSE
|
||||
|
||||
IPCTOOL_CONF_OPTS += -DBUILD_SHARED_LIBS=ON -DCMAKE_BUILD_TYPE=Release -DSKIP_VERSION=ON
|
||||
|
||||
IPCTOOL_MAKE_OPTS += VERBOSE=1
|
||||
|
||||
$(eval $(cmake-package))
|
||||
6
br-ext-chip-xiongmai/package/ipctool/Config.in
Normal file
6
br-ext-chip-xiongmai/package/ipctool/Config.in
Normal file
@@ -0,0 +1,6 @@
|
||||
config BR2_PACKAGE_IPCTOOL
|
||||
bool "ipctool"
|
||||
help
|
||||
ipctool - IP cameras chip information tool
|
||||
|
||||
https://github.com/openipc/ipctool/
|
||||
16
br-ext-chip-xiongmai/package/ipctool/ipctool.mk
Normal file
16
br-ext-chip-xiongmai/package/ipctool/ipctool.mk
Normal file
@@ -0,0 +1,16 @@
|
||||
################################################################################
|
||||
#
|
||||
# ipctool
|
||||
#
|
||||
################################################################################
|
||||
|
||||
IPCTOOL_VERSION = 04b2eec1f6d2cbb053548257836e6a7bbebf9d93
|
||||
IPCTOOL_SITE = $(call github,openipc,ipctool,$(IPCTOOL_VERSION))
|
||||
IPCTOOL_LICENSE = MIT
|
||||
IPCTOOL_LICENSE_FILES = LICENSE
|
||||
|
||||
IPCTOOL_CONF_OPTS += -DBUILD_SHARED_LIBS=ON -DCMAKE_BUILD_TYPE=Release -DSKIP_VERSION=ON
|
||||
|
||||
IPCTOOL_MAKE_OPTS += VERBOSE=1
|
||||
|
||||
$(eval $(cmake-package))
|
||||
Reference in New Issue
Block a user