From 9b0e6dabd7ce0b93acaeaf29d80c033aeaa86d57 Mon Sep 17 00:00:00 2001 From: Peter Steenbergen Date: Fri, 15 Nov 2019 11:52:36 +0100 Subject: [PATCH] MycroftOS: Enabling syslogd & klogd deamons for better debugging Can be removed again later when we reach a more stable status --- buildroot-external/configs/mycroftos_rpi3_defconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/buildroot-external/configs/mycroftos_rpi3_defconfig b/buildroot-external/configs/mycroftos_rpi3_defconfig index 8b16694c..6989438b 100644 --- a/buildroot-external/configs/mycroftos_rpi3_defconfig +++ b/buildroot-external/configs/mycroftos_rpi3_defconfig @@ -270,7 +270,9 @@ BR2_PACKAGE_SUDO=y BR2_PACKAGE_TIME=y BR2_PACKAGE_WHICH=y BR2_PACKAGE_HTOP=y +BR2_PACKAGE_RSYSLOG=y BR2_PACKAGE_START_STOP_DAEMON=y +BR2_PACKAGE_SYSKLOGD=y BR2_PACKAGE_SYSTEMD_FIRSTBOOT=y BR2_PACKAGE_SYSTEMD_LOCALED=y BR2_PACKAGE_SYSTEMD_RFKILL=y