summaryrefslogtreecommitdiffstats
path: root/target/cpio/Config.in
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2007-10-05 12:55:40 +0000
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2007-10-05 12:55:40 +0000
commit5cfb2f794f603475b82a545356df2ba58a3b1176 (patch)
tree2cd488dc164d313aef7e039d41b6adecdbab967c /target/cpio/Config.in
parent0c16c17f539ccbc91d4dd1ea5168e7beb390fa5d (diff)
downloadbuildroot-novena-5cfb2f794f603475b82a545356df2ba58a3b1176.tar.gz
buildroot-novena-5cfb2f794f603475b82a545356df2ba58a3b1176.zip
- fix some whitespace damage..
- add COPYTO settings for cpio and tar and remove that ugly hardcoded DATE from that was added by Ulf
Diffstat (limited to 'target/cpio/Config.in')
-rw-r--r--target/cpio/Config.in9
1 files changed, 9 insertions, 0 deletions
diff --git a/target/cpio/Config.in b/target/cpio/Config.in
index 496a4da0f..3f25cc60b 100644
--- a/target/cpio/Config.in
+++ b/target/cpio/Config.in
@@ -40,3 +40,12 @@ config BR2_TARGET_ROOTFS_CPIO_LZMA
endchoice
+config BR2_TARGET_ROOTFS_CPIO_COPYTO
+ string "also copy the image to..."
+ depends on BR2_TARGET_ROOTFS_CPIO
+ default ""
+ help
+ Copies the resulting image to a secondary location
+ like a tftp server's root directory.
+
+ Example: $(IMAGE)-$(DATE).cpio$(CPIO_ROOTFS_COMPRESSOR_EXT)