Add receipe and makefile fro netifd and uci.

This commit is contained in:
2016-12-12 20:40:05 +01:00
parent b5a0cbc488
commit cbbb1aa16e
6 changed files with 151 additions and 0 deletions

View 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.

View 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))