diff options
Diffstat (limited to 'target/cpio/Config.in')
-rw-r--r-- | target/cpio/Config.in | 9 |
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) |