1config BR2_PACKAGE_CRAMFS 2 bool "cramfs" 3 select BR2_PACKAGE_ZLIB 4 help 5 cramfs is a compressed read-only filesystem. This package 6 contains the tools to generate and check a cramfs filesystem. 7 8 https://github.com/npitre/cramfs-tools 9