diff options
| author | Mike Frysinger <vapier@gentoo.org> | 2005-02-09 16:05:07 +0000 | 
|---|---|---|
| committer | Mike Frysinger <vapier@gentoo.org> | 2005-02-09 16:05:07 +0000 | 
| commit | 80e5aaa56b6985890d09a23228e0cbf55d298356 (patch) | |
| tree | 10ae83e7445cd30eb5922e76b288bbb4e692d4c7 | |
| parent | 3c865f37e7b352bbf8a4634d1b0fe925bb93be35 (diff) | |
| download | buildroot-novena-80e5aaa56b6985890d09a23228e0cbf55d298356.tar.gz buildroot-novena-80e5aaa56b6985890d09a23228e0cbf55d298356.zip | |
touchups
| -rw-r--r-- | target/ext2/Config.in | 9 | 
1 files changed, 3 insertions, 6 deletions
| diff --git a/target/ext2/Config.in b/target/ext2/Config.in index 891a43016..559fb4400 100644 --- a/target/ext2/Config.in +++ b/target/ext2/Config.in @@ -5,7 +5,7 @@ menuconfig BR2_TARGET_ROOTFS_EXT2  	  Build an ext2 root filesystem  config BR2_TARGET_ROOTFS_EXT2_BLOCKS -	int "size in blocks (leave at 0 for auto calculation" +	int "size in blocks (leave at 0 for auto calculation)"  	depends on BR2_TARGET_ROOTFS_EXT2  	default	0 @@ -44,8 +44,5 @@ config BR2_TARGET_ROOTFS_EXT2_COPYTO  	depends on 	BR2_TARGET_ROOTFS_EXT2  	default ""  	help -		Copies the resulting image to a secondary location -		like a tftp server's root directory. - -	 -	 +	  Copies the resulting image to a secondary location +	  like a tftp server's root directory. | 
