From be12506d7c6e9aab48afc445228b81c340d61f40 Mon Sep 17 00:00:00 2001 From: Thierry Laurion Date: Sat, 9 Feb 2019 12:15:20 -0500 Subject: [PATCH] GPG2 branch required sed sed is required to import owner trust information in trustdb when keys are imported into pubkey.kbx/pubkey.gpg --- config/busybox.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/busybox.config b/config/busybox.config index b9bc0c9a..3cf4ef5a 100644 --- a/config/busybox.config +++ b/config/busybox.config @@ -404,7 +404,7 @@ CONFIG_FEATURE_AWK_GNU_EXTENSIONS=y # CONFIG_FEATURE_DIFF_DIR is not set # CONFIG_ED is not set # CONFIG_PATCH is not set -# CONFIG_SED is not set +CONFIG_SED=y CONFIG_VI=y CONFIG_FEATURE_VI_MAX_LEN=4096 # CONFIG_FEATURE_VI_8BIT is not set