diff options
author | Simon Rettberg | 2017-03-23 14:31:42 +0100 |
---|---|---|
committer | Simon Rettberg | 2017-03-23 14:31:42 +0100 |
commit | 31d6f3556bac9cf528038b49705371417ac7840b (patch) | |
tree | aab425d121d611fbe91eead62a17d0981dc4fd82 /core/modules/busybox/openslx-busybox-config | |
parent | [vmware] Simplify module: module.conf just requires version number, not full URL (diff) | |
download | mltk-31d6f3556bac9cf528038b49705371417ac7840b.tar.gz mltk-31d6f3556bac9cf528038b49705371417ac7840b.tar.xz mltk-31d6f3556bac9cf528038b49705371417ac7840b.zip |
[busybox] Enable applet tee
Diffstat (limited to 'core/modules/busybox/openslx-busybox-config')
-rw-r--r-- | core/modules/busybox/openslx-busybox-config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/modules/busybox/openslx-busybox-config b/core/modules/busybox/openslx-busybox-config index 92a7af47..9f9db09b 100644 --- a/core/modules/busybox/openslx-busybox-config +++ b/core/modules/busybox/openslx-busybox-config @@ -284,7 +284,7 @@ CONFIG_SYNC=y # CONFIG_TAC is not set CONFIG_TAIL=y CONFIG_FEATURE_FANCY_TAIL=y -# CONFIG_TEE is not set +CONFIG_TEE=y # CONFIG_FEATURE_TEE_USE_BLOCK_IO is not set CONFIG_TRUE=y # CONFIG_TTY is not set |