From eb9436a5691df90d1251f9caa5a07e85b284fb2c Mon Sep 17 00:00:00 2001 From: Riku Voipio Date: Tue, 28 Jan 2014 11:29:56 +0200 Subject: distribution.conf: enable BLK_DEV_LOOP LOOP block device is needed by kpartx and other tools for loopback mounts. Enable it in distribution conf to have it everywhere. Signed-off-by: Riku Voipio --- linaro/configs/distribution.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/linaro/configs/distribution.conf b/linaro/configs/distribution.conf index bcf08892e3f..299af101ef1 100644 --- a/linaro/configs/distribution.conf +++ b/linaro/configs/distribution.conf @@ -44,6 +44,7 @@ CONFIG_BRIDGE_EBT_MARK_T=m CONFIG_BRIDGE=m CONFIG_DEVTMPFS=y CONFIG_DEVTMPFS_MOUNT=y +CONFIG_BLK_DEV_LOOP=y CONFIG_BLK_DEV_RAM=y CONFIG_BLK_DEV_RAM_SIZE=65536 CONFIG_INPUT_MISC=y -- cgit v1.2.3