summaryrefslogtreecommitdiffstats
path: root/target/ext2/Config.in
diff options
context:
space:
mode:
authorEric Andersen2005-02-16 20:48:43 +0100
committerEric Andersen2005-02-16 20:48:43 +0100
commit499d3b9983bc4ce7df9ec0ccbf206e98e7554fd3 (patch)
treeb39fe9cbe2f2f20797bf6d1354b6b4ba3e979ddb /target/ext2/Config.in
parentmore dhcp updates (diff)
downloadbuildroot-499d3b9983bc4ce7df9ec0ccbf206e98e7554fd3.tar.gz
buildroot-499d3b9983bc4ce7df9ec0ccbf206e98e7554fd3.tar.xz
buildroot-499d3b9983bc4ce7df9ec0ccbf206e98e7554fd3.zip
cleanup whitespace
Diffstat (limited to 'target/ext2/Config.in')
-rw-r--r--target/ext2/Config.in10
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