2005-02-09 20:40:19 +01:00
|
|
|
config BR2_TARGET_ROOTFS_TAR
|
2005-02-09 17:06:06 +01:00
|
|
|
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
|