|
@@ -122,6 +122,20 @@ config BR2_PACKAGE_SYSTEMD_JOURNAL_GATEWAY
|
|
|
|
|
|
http://www.freedesktop.org/software/systemd/man/systemd-journal-gatewayd.service.html
|
|
http://www.freedesktop.org/software/systemd/man/systemd-journal-gatewayd.service.html
|
|
|
|
|
|
|
|
+config BR2_PACKAGE_SYSTEMD_JOURNAL_REMOTE
|
|
|
|
+ bool "enable systemd-journal-remote"
|
|
|
|
+ depends on BR2_PACKAGE_SYSTEMD_JOURNAL_GATEWAY
|
|
|
|
+ select BR2_PACKAGE_LIBCURL
|
|
|
|
+ help
|
|
|
|
+ systemd-journal-remote is a command to receive serialized
|
|
|
|
+ journal events and store them to journal files. Input
|
|
|
|
+ streams are in the Journal Export Format[1], i.e. like the
|
|
|
|
+ output from journalctl --output=export. For transport over
|
|
|
|
+ the network, this serialized stream is usually carried over
|
|
|
|
+ an HTTPS connection.
|
|
|
|
+
|
|
|
|
+ https://www.freedesktop.org/software/systemd/man/systemd-journal-remote.service.html
|
|
|
|
+
|
|
config BR2_PACKAGE_SYSTEMD_BACKLIGHT
|
|
config BR2_PACKAGE_SYSTEMD_BACKLIGHT
|
|
bool "enable backlight support"
|
|
bool "enable backlight support"
|
|
help
|
|
help
|