aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDenis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>2021-09-14 02:17:10 +0200
committerDenis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>2021-10-13 03:38:14 +0200
commited7f0bc170255f593be313c9043f3f03bfcbf285 (patch)
tree6d4c090f6139fc390f10607305cde2b0016e5a3c
parentd9325ca201508fb901495c7084f4e81b450731ac (diff)
downloadkernel_replicant_linux-ed7f0bc170255f593be313c9043f3f03bfcbf285.tar.gz
kernel_replicant_linux-ed7f0bc170255f593be313c9043f3f03bfcbf285.tar.bz2
kernel_replicant_linux-ed7f0bc170255f593be313c9043f3f03bfcbf285.zip
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 <GNUtoo@cyberdimension.org>
-rw-r--r--arch/arm/configs/replicant_defconfig1
1 files changed, 1 insertions, 0 deletions
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