summaryrefslogblamecommitdiffstats
path: root/target/tar/Config.in
blob: 655a573dd037f959a49dfae47d9c76e3e029d89f (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
                            












                                                            
config BR2_TARGET_ROOTFS_TAR
	bool "tar the root filesystem for the target device"
	default n
	help
	  Build a tar archive of the root filesystem

config BR2_TARGET_ROOTFS_TAR_OPTIONS
	string "random options to pass to tar"
	depends on BR2_TARGET_ROOTFS_TAR
	default ""
	help
	  Common options:
	   j - compress with bzip2
	   z - compress with gzip