diff options
author | Thorsten Glaser <tg@mirbsd.org> | 2011-01-07 20:01:29 +0000 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2011-01-07 23:30:39 +0100 |
commit | 875833ab71a4f2f5dce4bbf46660e8c311918150 (patch) | |
tree | 96098d0f75dee755bc34a98ab01845a551600c3c /target | |
parent | 1e85cb55915282c3ff2ba2e17fbe7ecb75787658 (diff) |
loop device needs block device support
Signed-off-by: Thorsten Glaser <tg@mirbsd.org>
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/config/Config.in.block | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/target/linux/config/Config.in.block b/target/linux/config/Config.in.block index 59fad2d4a..f13772f53 100644 --- a/target/linux/config/Config.in.block +++ b/target/linux/config/Config.in.block @@ -153,6 +153,8 @@ config ADK_KPACKAGE_KMOD_SATA_AHCI config ADK_KPACKAGE_KMOD_BLK_DEV_LOOP prompt "kmod-blk-dev-loop................. Loop mount support" tristate + select ADK_KERNEL_BLOCK + select ADK_KERNEL_BLK_DEV default n help Saying Y here will allow you to use a regular file as a block |