From ed7f0bc170255f593be313c9043f3f03bfcbf285 Mon Sep 17 00:00:00 2001 From: Denis 'GNUtoo' Carikli Date: Tue, 14 Sep 2021 02:17:10 +0200 Subject: ARM: replicant_defconfig: Add CONFIG_SYSVIPC Several GNU/Linux programs require CONFIG_SYSVIPC. For instance faked from fakeroot doesn't work anymore without CONFIG_SYSVIPC: # faked fakeroot, while creating message channels: Function not implemented This may be due to a lack of SYSV IPC support. Signed-off-by: Denis 'GNUtoo' Carikli --- arch/arm/configs/replicant_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/configs/replicant_defconfig b/arch/arm/configs/replicant_defconfig index 7acea60bea32..989b096e3905 100644 --- a/arch/arm/configs/replicant_defconfig +++ b/arch/arm/configs/replicant_defconfig @@ -1,5 +1,6 @@ # CONFIG_LOCALVERSION_AUTO is not set CONFIG_KERNEL_XZ=y +CONFIG_SYSVIPC=y CONFIG_AUDIT=y CONFIG_GENERIC_IRQ_DEBUGFS=y CONFIG_NO_HZ=y -- cgit v1.2.3