[Buildroot] svn commit: trunk/buildroot/target/cloop

jacmet at uclibc.org jacmet at uclibc.org
Wed Aug 27 20:19:50 UTC 2008


Author: jacmet
Date: 2008-08-27 13:19:50 -0700 (Wed, 27 Aug 2008)
New Revision: 23268

Log:
cloop: fix long help text lines

Modified:
   trunk/buildroot/target/cloop/Config.in


Changeset:
Modified: trunk/buildroot/target/cloop/Config.in
===================================================================
--- trunk/buildroot/target/cloop/Config.in	2008-08-27 20:19:46 UTC (rev 23267)
+++ trunk/buildroot/target/cloop/Config.in	2008-08-27 20:19:50 UTC (rev 23268)
@@ -2,8 +2,9 @@
 	bool "cloop root filesystem for the target device"
 	help
 	  Build a cloop root filesystem
-	  cloop is a Linux kernel module that enables compressed loopback filesystem
-	  support.  With it you can mount a compressed filesystem like a block device
-	  and seamlessly decompress its data while accessing it.  The majority of the
+
+	  cloop is a Linux kernel module that enables compressed
+	  loopback filesystem support. With it you can mount a
+	  compressed filesystem like a block device and seamlessly
+	  decompress its data while accessing it.  The majority of the
 	  software on an LNX-BBC is accessed in this fashion.
-




More information about the buildroot mailing list