diff options
author | Jonathan Bauer | 2020-11-26 16:30:38 +0100 |
---|---|---|
committer | Jonathan Bauer | 2020-11-26 16:30:38 +0100 |
commit | 182948563970f242a77350b079395874e09e5d9a (patch) | |
tree | 372fc8a76e1eb29a4781b214c57bd09ef285a226 | |
parent | [busybox] update busybox config (diff) | |
download | systemd-init-182948563970f242a77350b079395874e09e5d9a.tar.gz systemd-init-182948563970f242a77350b079395874e09e5d9a.tar.xz systemd-init-182948563970f242a77350b079395874e09e5d9a.zip |
[busybox] enable '--install'
-rw-r--r-- | modules.d/busybox/openslx.config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules.d/busybox/openslx.config b/modules.d/busybox/openslx.config index 3b58a9fa..a511c7d8 100644 --- a/modules.d/busybox/openslx.config +++ b/modules.d/busybox/openslx.config @@ -23,7 +23,7 @@ CONFIG_FEATURE_BUFFERS_USE_MALLOC=y CONFIG_SHOW_USAGE=y # CONFIG_FEATURE_VERBOSE_USAGE is not set CONFIG_FEATURE_COMPRESS_USAGE=y -# CONFIG_FEATURE_INSTALLER is not set +CONFIG_FEATURE_INSTALLER=y CONFIG_INSTALL_NO_USR=y CONFIG_LOCALE_SUPPORT=y CONFIG_UNICODE_SUPPORT=y |