1 config BR2_TARGET_ROOTFS_TAR
2 bool "tar the root filesystem"
5 Build a tar archive of the root filesystem
8 prompt "Compression method"
9 default BR2_TARGET_ROOTFS_TAR_NONE
10 depends on BR2_TARGET_ROOTFS_TAR
12 Select compressor for tar archive of the root filesystem
14 config BR2_TARGET_ROOTFS_TAR_NONE
17 Do not compress the tarball.
19 config BR2_TARGET_ROOTFS_TAR_GZIP
22 Do compress the tarball with gzip.
24 config BR2_TARGET_ROOTFS_TAR_BZIP2
27 Do compress the tarball with bzip2.
29 config BR2_TARGET_ROOTFS_TAR_LZMA
32 Do compress the tarball with lzma.
34 config BR2_TARGET_ROOTFS_TAR_LZO
37 Do compress the tarball with lzop.
39 config BR2_TARGET_ROOTFS_TAR_XZ
42 Do compress the tarball with xz.
46 config BR2_TARGET_ROOTFS_TAR_OPTIONS
47 string "other random options to pass to tar"
48 depends on BR2_TARGET_ROOTFS_TAR
51 Any other flags you want to pass to tar
52 Refer to tar --help for details