summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--changelog2
-rw-r--r--src/build/busybox_1.32.0/config4
2 files changed, 3 insertions, 3 deletions
diff --git a/changelog b/changelog
index 81be74c..8b52b83 100644
--- a/changelog
+++ b/changelog
@@ -2,7 +2,7 @@ config-x60 (2.4) trunk
* config-busybox-x60: Enable blkid (will be used by lilo).
* config-busybox-x60: Enable vi window resizing.
- * config-busybox-x60: Enable logger, logread, and syslogd (with
+ * config-busybox-x60: Enable klogd, logger, logread, and syslogd (with
circular buffer).
* config-linux-libre-4.19-x60: New upstream version.
* config-linux-libre-4.19-x60: Enable AF_UNIX sockets (needed by wget
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