diff options
Diffstat (limited to 'target/tar/Config.in')
-rw-r--r-- | target/tar/Config.in | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/target/tar/Config.in b/target/tar/Config.in index ae024094a..0adca795f 100644 --- a/target/tar/Config.in +++ b/target/tar/Config.in @@ -45,14 +45,3 @@ config BR2_TARGET_ROOTFS_TAR_OPTIONS help 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 - |