diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2020-12-12 21:29:31 (EST) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2020-12-12 21:29:31 (EST) |
commit | abfd30056273b92ffd10069538dbbc2bd7f71a36 (patch) | |
tree | 4ce0e81496e3406e6143a7de6c523596cb21ec62 /src | |
parent | 56c3f9fc9b83063b4c4ebe1fd8cf1c96336c31b1 (diff) |
busybox: Enable klogd
Diffstat (limited to 'src')
-rw-r--r-- | src/build/busybox_1.32.0/config | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/build/busybox_1.32.0/config b/src/build/busybox_1.32.0/config index cab09dc..80a1539 100644 --- a/src/build/busybox_1.32.0/config +++ b/src/build/busybox_1.32.0/config @@ -1169,8 +1169,8 @@ CONFIG_FEATURE_SH_HISTFILESIZE=y # # System Logging Utilities # -# CONFIG_KLOGD is not set -# CONFIG_FEATURE_KLOGD_KLOGCTL is not set +CONFIG_KLOGD=y +CONFIG_FEATURE_KLOGD_KLOGCTL=y CONFIG_LOGGER=y CONFIG_LOGREAD=y # CONFIG_FEATURE_LOGREAD_REDUCED_LOCKING is not set |