diff options
| author | Eric Andersen <andersen@codepoet.org> | 2005-02-16 19:48:43 +0000 | 
|---|---|---|
| committer | Eric Andersen <andersen@codepoet.org> | 2005-02-16 19:48:43 +0000 | 
| commit | 499d3b9983bc4ce7df9ec0ccbf206e98e7554fd3 (patch) | |
| tree | b39fe9cbe2f2f20797bf6d1354b6b4ba3e979ddb | |
| parent | 9cc9476c35294e43a1e42bd9752d5fae30a76c19 (diff) | |
| download | buildroot-novena-499d3b9983bc4ce7df9ec0ccbf206e98e7554fd3.tar.gz buildroot-novena-499d3b9983bc4ce7df9ec0ccbf206e98e7554fd3.zip | |
cleanup whitespace
| -rw-r--r-- | target/ext2/Config.in | 10 | 
1 files changed, 5 insertions, 5 deletions
| diff --git a/target/ext2/Config.in b/target/ext2/Config.in index 912be1579..e0a3e086b 100644 --- a/target/ext2/Config.in +++ b/target/ext2/Config.in @@ -8,17 +8,17 @@ config BR2_TARGET_ROOTFS_EXT2_BLOCKS  	int "size in blocks (leave at 0 for auto calculation)"  	depends on BR2_TARGET_ROOTFS_EXT2  	default	0 -	 +  config BR2_TARGET_ROOTFS_EXT2_INODES  	int "inodes (leave at 0 for auto calculation)"  	depends on BR2_TARGET_ROOTFS_EXT2  	default	0 -	 +  config BR2_TARGET_ROOTFS_EXT2_RESBLKS  	int "reserved blocks"  	depends on BR2_TARGET_ROOTFS_EXT2  	default 0 -	 +  config BR2_TARGET_ROOTFS_EXT2_SQUASH  	bool "Make all files be owned by root"  	depends on 	BR2_TARGET_ROOTFS_EXT2 @@ -28,12 +28,12 @@ config BR2_TARGET_ROOTFS_EXT2_DEVFILE  	string "Location of device table file (blank for none)"  	depends on BR2_TARGET_ROOTFS_EXT2  	default "target/default/device_table.txt" -	 +  config BR2_TARGET_ROOTFS_EXT2_OUTPUT  	string "Output File"  	depends on BR2_TARGET_ROOTFS_EXT2  	default "$(IMAGE).ext2" -	 +  config BR2_TARGET_ROOTFS_EXT2_GZ  	bool "gzip the output file"  	depends on 	BR2_TARGET_ROOTFS_EXT2 | 
