From 5cfb2f794f603475b82a545356df2ba58a3b1176 Mon Sep 17 00:00:00 2001 From: Bernhard Reutner-Fischer Date: Fri, 5 Oct 2007 12:55:40 +0000 Subject: - fix some whitespace damage.. - add COPYTO settings for cpio and tar and remove that ugly hardcoded DATE from that was added by Ulf --- target/tar/Config.in | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'target/tar/Config.in') diff --git a/target/tar/Config.in b/target/tar/Config.in index 4787ec094..03f9330cd 100644 --- a/target/tar/Config.in +++ b/target/tar/Config.in @@ -48,3 +48,13 @@ config BR2_TARGET_ROOTFS_TAR_OPTIONS Any other flags you want to pass to tar Refer to tar --help for details +config BR2_TARGET_ROOTFS_TAR_COPYTO + string "also copy the image to..." + depends on BR2_TARGET_ROOTFS_TAR + default "" + help + Copies the resulting image to a secondary location + like a tftp server's root directory. + + Example: $(IMAGE)-$(DATE).tar + -- cgit v1.2.3