diff options
Diffstat (limited to 'package/systemd/Config.in')
-rw-r--r-- | package/systemd/Config.in | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/package/systemd/Config.in b/package/systemd/Config.in index 6289252a3c..f1cd465c81 100644 --- a/package/systemd/Config.in +++ b/package/systemd/Config.in @@ -92,6 +92,14 @@ config BR2_PACKAGE_SYSTEMD_BINFMT http://www.freedesktop.org/software/systemd/man/systemd-binfmt.service.html +config BR2_PACKAGE_SYSTEMD_VCONSOLE + bool "enable vconsole tool" + help + systemd-vconsole-setup is an early boot service that + configures the virtual console font and console keymap. + + http://www.freedesktop.org/software/systemd/man/systemd-vconsole-setup.service.html + config BR2_PACKAGE_SYSTEMD_NETWORKD bool "enable network manager" help |