Update uci version package.

This commit is contained in:
2017-03-18 22:47:44 +01:00
parent 45d0a9919a
commit 2fc32dd5c0
2 changed files with 2 additions and 3 deletions

View File

@@ -2,6 +2,5 @@ config BR2_PACKAGE_UCI
bool "uci tools" bool "uci tools"
default n default n
select BR2_PACKAGE_LIBUBOX select BR2_PACKAGE_LIBUBOX
select BR2_PACKAGE_LIBNL
help help
Ubox tools. Ubox configuration tools.

View File

@@ -10,7 +10,7 @@ UCI_SITE = $(TOPDIR)/../../src/3P/uci/builders/cmake
UCI_SITE_METHOD = local UCI_SITE_METHOD = local
UCI_INSTALL_STAGING = YES UCI_INSTALL_STAGING = YES
UCI_DEPENDENCIES = libnl libubox ubus UCI_DEPENDENCIES = libubox ubus
UCI_CONF = SRC_DIR=$(TOPDIR)/../.. UCI_CONF = SRC_DIR=$(TOPDIR)/../..