buildroot receipe: Fix styp error
All checks were successful
the build was successful

This commit is contained in:
2019-04-11 23:32:12 +02:00
parent ec7019d0e9
commit ed991db789
18 changed files with 42 additions and 45 deletions

View File

@@ -2,19 +2,19 @@ menuconfig BR2_PACKAGE_UHTTPD_3P
bool "uhttpd (override)"
default n
help
uHTTPd is a tiny single threaded HTTP server with TLS, CGI and Lua
support. It is intended as a drop-in replacement for the Busybox
HTTP daemon.
uHTTPd is a tiny single threaded HTTP server with TLS,
CGI and Luasupport. It is intended as a drop-in
replacement for the Busybox HTTP daemon.
if BR2_PACKAGE_UHTTPD_3P
config BR2_PACKAGE_UHTTPD_UBUS_SUPPORT
bool "UBus JSON_RPC plugin"
default n
depends on BR2_PACKAGE_UHTTPD_3P
select BR2_PACKAGE_JSON_C
select BR2_PACKAGE_LIBUBUS_CPP
bool "UBus JSON_RPC plugin"
default n
help
Enables remote UBus calls over HTTP
Enables remote UBus calls over HTTP
endif