11 lines
273 B
Plaintext
11 lines
273 B
Plaintext
menuconfig BR2_PACKAGE_UHTTPD_REST_API_PLUGIN
|
|
bool "uhttpd rest api plugin"
|
|
default n
|
|
select BR2_PACKAGE_UHTTPD_3P
|
|
select BR2_PACKAGE_UBUS
|
|
select BR2_PACKAGE_JSON_C
|
|
select BR2_PACKAGE_LIBFMT
|
|
select BR2_PACKAGE_LIBUBUS_CPP
|
|
help
|
|
Enable the rest api uhttpd plugin.
|