diff options
author | Lauri Kasanen | 2010-04-14 12:31:26 -0700 |
---|---|---|
committer | Denys Vlasenko | 2010-04-14 12:31:26 -0700 |
commit | 375a8ef5ea38ea10134c125c75a12bbf9d5ba7bd (patch) | |
tree | 1bd21b3e2ed9e15f92e5d0bdb03b276cac6f7a74 /scripts/defconfig | |
parent | 0ecc11659285337c0430f1b7004eb3b2901a93d3 (diff) | |
download | busybox-375a8ef5ea38ea10134c125c75a12bbf9d5ba7bd.zip busybox-375a8ef5ea38ea10134c125c75a12bbf9d5ba7bd.tar.gz |
mount: add an optional capability to create new /dev/loopN as needed
Signed-off-by: Lauri Kasanen <curaga@operamail.com>
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'scripts/defconfig')
-rw-r--r-- | scripts/defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/defconfig b/scripts/defconfig index d13f5b1..0a748fe 100644 --- a/scripts/defconfig +++ b/scripts/defconfig @@ -574,6 +574,7 @@ CONFIG_FEATURE_UMOUNT_ALL=y # Common options for mount/umount # CONFIG_FEATURE_MOUNT_LOOP=y +# CONFIG_FEATURE_MOUNT_LOOP_CREATE is not set # CONFIG_FEATURE_MTAB_SUPPORT is not set # |