From 8bbc33040710e147a9bd8f85d7b2c249bd30c205 Mon Sep 17 00:00:00 2001 From: Stefan Agner Date: Fri, 5 Feb 2021 17:11:13 +0100 Subject: [PATCH] Disable acpid (#1210) Disable Busybox' acpid since systemd-logind provides the same functionality. --- buildroot-external/busybox.config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buildroot-external/busybox.config b/buildroot-external/busybox.config index 11513c874..b83a6e565 100644 --- a/buildroot-external/busybox.config +++ b/buildroot-external/busybox.config @@ -586,8 +586,8 @@ CONFIG_DEFAULT_DEPMOD_FILE="" # # Linux System Utilities # -CONFIG_ACPID=y -CONFIG_FEATURE_ACPID_COMPAT=y +# CONFIG_ACPID is not set +# CONFIG_FEATURE_ACPID_COMPAT is not set CONFIG_BLKDISCARD=y # CONFIG_BLKID is not set # CONFIG_FEATURE_BLKID_TYPE is not set