summaryrefslogtreecommitdiffstats
path: root/target/initramfs/Config.in
diff options
context:
space:
mode:
authorPeter Korsgaard <jacmet@sunsite.dk>2008-08-04 19:07:05 +0000
committerPeter Korsgaard <jacmet@sunsite.dk>2008-08-04 19:07:05 +0000
commit02a623ddf96aa97c341a287bbb4ec5370a069444 (patch)
tree6923139fb98dd1d2e99b456503b37d4dd92e1136 /target/initramfs/Config.in
parentfa0ac2de33c0d19b5aa035d5091f77ddc74b0e6f (diff)
downloadbuildroot-novena-02a623ddf96aa97c341a287bbb4ec5370a069444.tar.gz
buildroot-novena-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/initramfs/Config.in')
-rw-r--r--target/initramfs/Config.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/target/initramfs/Config.in b/target/initramfs/Config.in
index 8945057a0..d53982cb9 100644
--- a/target/initramfs/Config.in
+++ b/target/initramfs/Config.in
@@ -2,10 +2,10 @@ config BR2_TARGET_ROOTFS_INITRAMFS
bool "initramfs for initial ramdisk of linux kernel"
help
Build a file which is usable for the gen_init_cpio tool
- at linux kernel build.
+ at linux kernel build.
This file is normally called initramfs_list and can be
generated with gen_initramfs_list.sh script from the root
- directory structure.
+ directory structure.
The file is then used in the kernel build process to generate
the cpio filesystem for the initial ramdisk. Make sure that
you configure this file in kernel build configuration.