import uhttpd-rest-api

This commit is contained in:
jbnadal
2018-04-24 17:36:36 +02:00
parent 60da11013f
commit 551d8f5769
11 changed files with 91 additions and 82 deletions

View File

@@ -0,0 +1,10 @@
menuconfig BR2_PACKAGE_UHTTPD_REST_API_PLUGIN
bool "uhttpd rest api plugin"
select BR2_PACKAGE_UHTTPD_3P
select BR2_PACKAGE_UBUS
select BR2_PACKAGE_JSON_C
select BR2_PACKAGE_LIBFMT
select BR2_PACKAGE_LIBUBUS_CPP
default n
help
Enable the rest api uhttpd plugin.