Config.in 416 B

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