mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
Merge from bittboy/buildroot@db180c0
This commit is contained in:
10
fs/cloop/Config.in
Normal file
10
fs/cloop/Config.in
Normal file
@@ -0,0 +1,10 @@
|
||||
config BR2_TARGET_ROOTFS_CLOOP
|
||||
bool "cloop root filesystem for the target device"
|
||||
help
|
||||
Build a cloop root filesystem
|
||||
|
||||
cloop is a Linux kernel module that enables compressed
|
||||
loopback filesystem support. With it you can mount a
|
||||
compressed filesystem like a block device and seamlessly
|
||||
decompress its data while accessing it. The majority of the
|
||||
software on an LNX-BBC is accessed in this fashion.
|
||||
Reference in New Issue
Block a user