Fix compilation of netifd and uci.

This commit is contained in:
2016-12-12 21:45:50 +01:00
parent cbbb1aa16e
commit 8ac714645d
11 changed files with 24 additions and 11 deletions

View File

@@ -1,5 +1,5 @@
config BR2_PACKAGE_NETIFD
bool "procd"
bool "netifd"
select BR2_PACKAGE_LIBUBOX
select BR2_PACKAGE_UBUS
select BR2_PACKAGE_UCI

View File

@@ -12,7 +12,7 @@ NETIFD_INSTALL_STAGING = YES
NETIFD_DEPENDENCIES = libubox json-c ubus uci
NETIFD_CONF = SRC_DIR=$(TOPDIR)/../..
NETIFD_CONF = SRC_DIR=$(TOPDIR)/../.. INC_DIR=$(WORKSPACE_DIR)buildroot/target/usr/include
NETIFD_CONF_ENV = $(NETIFD_CONF)
NETIFD_MAKE_ENV = $(NETIFD_CONF)