Config.in 350 B

1234567891011121314
  1. config BR2_TARGET_ROOTFS_TAR
  2. bool "tar the root filesystem for the target device"
  3. default n
  4. help
  5. Build a tar archive of the root filesystem
  6. config BR2_TARGET_ROOTFS_TAR_OPTIONS
  7. string "random options to pass to tar"
  8. depends on BR2_TARGET_ROOTFS_TAR
  9. default ""
  10. help
  11. Common options:
  12. j - compress with bzip2
  13. z - compress with gzip