mirror of
https://github.com/kernelkit/infix.git
synced 2026-07-22 01:13:00 +02:00
Initial import of https://github.com/kernelkit/webui2 @ e344d3f Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
10 lines
302 B
Plaintext
10 lines
302 B
Plaintext
config BR2_PACKAGE_WEBUI
|
|
bool "webui"
|
|
depends on BR2_PACKAGE_HOST_GO_TARGET_ARCH_SUPPORTS
|
|
depends on BR2_PACKAGE_ROUSETTE
|
|
depends on !BR2_PACKAGE_LANDING
|
|
help
|
|
Web management interface for Infix, a Go+HTMX application
|
|
that provides browser-based configuration and monitoring
|
|
via RESTCONF.
|