fix copy'n paste error
[buildroot.git] / target / cloop / Config.in
blob085f304d88ec38485bc0fa2653e2f318b9164e5e
1 config BR2_TARGET_ROOTFS_CLOOP
2         bool "cloop root filesystem for the target device"
3         default n
4         help
5           Build a cloop root filesystem
6           cloop is a Linux kernel module that enables compressed loopback filesystem
7           support.  With it you can mount a compressed filesystem like a block device
8           and seamlessly decompress its data while accessing it.  The majority of the
9           software on an LNX-BBC is accessed in this fashion.