summaryrefslogtreecommitdiffstats
path: root/target/tar/Config.in
diff options
context:
space:
mode:
Diffstat (limited to 'target/tar/Config.in')
-rw-r--r--target/tar/Config.in14
1 files changed, 14 insertions, 0 deletions
diff --git a/target/tar/Config.in b/target/tar/Config.in
new file mode 100644
index 000000000..8cce50770
--- /dev/null
+++ b/target/tar/Config.in
@@ -0,0 +1,14 @@
+menuconfig 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