Add receipe and makefile fro netifd and uci.
This commit is contained in:
7
bsp/buildroot_external/package/uci/Config.in
Normal file
7
bsp/buildroot_external/package/uci/Config.in
Normal file
@@ -0,0 +1,7 @@
|
||||
config BR2_PACKAGE_UCI
|
||||
bool "uci tools"
|
||||
default n
|
||||
select BR2_PACKAGE_LIBUBOX
|
||||
select BR2_PACKAGE_LIBNL
|
||||
help
|
||||
Ubox tools.
|
||||
21
bsp/buildroot_external/package/uci/uci.mk
Normal file
21
bsp/buildroot_external/package/uci/uci.mk
Normal file
@@ -0,0 +1,21 @@
|
||||
################################################################################
|
||||
#
|
||||
# UBOX TOOLS
|
||||
#
|
||||
################################################################################
|
||||
|
||||
UCI_VERSION:= 2016.07.04
|
||||
|
||||
UCI_SITE = $(TOPDIR)/../../src/3P/uci/builders/cmake
|
||||
UCI_SITE_METHOD = local
|
||||
UCI_INSTALL_STAGING = YES
|
||||
|
||||
UCI_DEPENDENCIES = libnl libubox ubus
|
||||
|
||||
UCI_CONF = SRC_DIR=$(TOPDIR)/../..
|
||||
|
||||
UCI_CONF_ENV = $(UCI_CONF)
|
||||
UCI_MAKE_ENV = $(UCI_CONF)
|
||||
UCI_CONF_OPTS += -DMODULE_PATH=$(TOPDIR)/../../bsp/cmake-modules -DCMAKE_BUILD_TYPE=$(BUILD_TYPE)
|
||||
|
||||
$(eval $(cmake-package))
|
||||
Reference in New Issue
Block a user