diff options
author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2010-03-02 23:10:49 +0100 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2010-04-09 11:04:33 +0200 |
commit | b605699f1f365c55d094c47737d3f5f7e38c1f61 (patch) | |
tree | 74dbf82010675f390f113a772565151286f358db /target/cpio/Config.in | |
parent | 77ab5443080dd994dd9dbe9c9eec302f83525dde (diff) | |
download | buildroot-novena-b605699f1f365c55d094c47737d3f5f7e38c1f61.tar.gz buildroot-novena-b605699f1f365c55d094c47737d3f5f7e38c1f61.zip |
target/: remove the COPYTO mess
There's no need to provide options to copy the filesystem image after
the build. Just use 'cp' outside of Buildroot.
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'target/cpio/Config.in')
-rw-r--r-- | target/cpio/Config.in | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/target/cpio/Config.in b/target/cpio/Config.in index 4ee1037d4..02fd00d34 100644 --- a/target/cpio/Config.in +++ b/target/cpio/Config.in @@ -38,12 +38,3 @@ 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) |