Bump buidlroot version to 2018.02.6
This commit is contained in:
@@ -4,19 +4,20 @@ comment "ubus needs a toolchain w/ dynamic library"
|
||||
|
||||
config BR2_PACKAGE_UBUS
|
||||
bool "ubus"
|
||||
select BR2_PACKAGE_LIBUBOX
|
||||
select BR2_PACKAGE_JSON_C
|
||||
depends on BR2_TOOLCHAIN_HAS_SYNC_4 # json-c
|
||||
depends on !BR2_STATIC_LIBS # libubox
|
||||
select BR2_PACKAGE_LIBUBOX
|
||||
select BR2_PACKAGE_JSON_C
|
||||
help
|
||||
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.
|
||||
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.
|
||||
* Select BR2_PACKAGE_LUA_5_1 if you want to have Lua
|
||||
support.
|
||||
|
||||
https://wiki.openwrt.org/doc/techref/ubus
|
||||
|
||||
|
||||
Reference in New Issue
Block a user