2
1

Config.in 425 B

12345678910
  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.