summaryrefslogtreecommitdiffstats
path: root/target/cpio/Config.in
diff options
context:
space:
mode:
authorPeter Korsgaard2008-08-04 21:07:05 +0200
committerPeter Korsgaard2008-08-04 21:07:05 +0200
commit02a623ddf96aa97c341a287bbb4ec5370a069444 (patch)
tree6923139fb98dd1d2e99b456503b37d4dd92e1136 /target/cpio/Config.in
parentbusybox: default HIDE_OTHERS to y for all versions (diff)
downloadbuildroot-02a623ddf96aa97c341a287bbb4ec5370a069444.tar.gz
buildroot-02a623ddf96aa97c341a287bbb4ec5370a069444.tar.xz
buildroot-02a623ddf96aa97c341a287bbb4ec5370a069444.zip
buildroot: remove trailing spaces
for i in `find -name 'Config*' -o -name 'Makefile*' -o -name '*.mk'`; do sed -i 's/ \+$//' $i; done
Diffstat (limited to 'target/cpio/Config.in')
-rw-r--r--target/cpio/Config.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/cpio/Config.in b/target/cpio/Config.in
index d1eca2a74..83bdd21e0 100644
--- a/target/cpio/Config.in
+++ b/target/cpio/Config.in
@@ -46,5 +46,5 @@ config BR2_TARGET_ROOTFS_CPIO_COPYTO
help
Copies the resulting image to a secondary location
like a tftp server's root directory.
-
+
Example: $(IMAGE)-$(DATE).cpio$(CPIO_ROOTFS_COMPRESSOR_EXT)