Compilation of ubus/ familly now use the offial cmake instead of a rewriten one.
This commit is contained in:
@@ -2,5 +2,15 @@ config BR2_PACKAGE_UBUS
|
||||
bool "ubus"
|
||||
default n
|
||||
select BR2_PACKAGE_LIBUBOX
|
||||
select BR2_PACKAGE_JSON_C
|
||||
help
|
||||
Next Version of the ubus daemon programs.
|
||||
IPC/RPC bus that allows communication between processes.
|
||||
|
||||
It consists of few parts including a daemon (ubusd), a library
|
||||
(libubus) and a command line interface (ubus). Although created
|
||||
for the OpenWRT project, it can be used as a general IPC/RPC
|
||||
mechanism in other projects.
|
||||
|
||||
* Select BR2_PACKAGE_LUA_5_1 if you want to have Lua support.
|
||||
|
||||
https://wiki.openwrt.org/doc/techref/ubus
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
|
||||
UBUS_VERSION:= 2017.01.22
|
||||
|
||||
UBUS_SITE = $(TOPDIR)/../../src/3P/ubus/builders/cmake
|
||||
UBUS_SITE = $(TOPDIR)/../../src/3P/ubus
|
||||
UBUS_SITE_METHOD = local
|
||||
UBUS_INSTALL_STAGING = YES
|
||||
|
||||
|
||||
Reference in New Issue
Block a user