1*4882a593Smuzhiyunconfig BR2_PACKAGE_BTRFS_PROGS 2*4882a593Smuzhiyun bool "btrfs-progs" 3*4882a593Smuzhiyun depends on BR2_USE_MMU # util-linux 4*4882a593Smuzhiyun depends on BR2_TOOLCHAIN_HAS_THREADS 5*4882a593Smuzhiyun select BR2_PACKAGE_LZO 6*4882a593Smuzhiyun select BR2_PACKAGE_UTIL_LINUX 7*4882a593Smuzhiyun select BR2_PACKAGE_UTIL_LINUX_LIBBLKID 8*4882a593Smuzhiyun select BR2_PACKAGE_UTIL_LINUX_LIBUUID 9*4882a593Smuzhiyun select BR2_PACKAGE_ZLIB 10*4882a593Smuzhiyun help 11*4882a593Smuzhiyun Btrfs filesystem utilities 12*4882a593Smuzhiyun 13*4882a593Smuzhiyun https://btrfs.wiki.kernel.org/index.php/Main_Page 14*4882a593Smuzhiyun 15*4882a593Smuzhiyuncomment "btrfs-progs needs a toolchain w/ threads" 16*4882a593Smuzhiyun depends on BR2_USE_MMU 17*4882a593Smuzhiyun depends on !BR2_TOOLCHAIN_HAS_THREADS 18