From f94a44c3ad06ae6bab203a3dda314b9ed98785e0 Mon Sep 17 00:00:00 2001 From: Bernhard Reutner-Fischer Date: Tue, 20 Mar 2007 16:52:44 +0000 Subject: - use numeric values for the superuser to be more portable. Closes #1250 --- target/ext2/Config.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'target/ext2/Config.in') diff --git a/target/ext2/Config.in b/target/ext2/Config.in index 8d733e5ef..b84ead3cd 100644 --- a/target/ext2/Config.in +++ b/target/ext2/Config.in @@ -15,7 +15,7 @@ config BR2_TARGET_ROOTFS_EXT2_INODES default 0 config BR2_TARGET_ROOTFS_EXT2_RESBLKS - int "reserved blocks" + int "reserved blocks percentage" depends on BR2_TARGET_ROOTFS_EXT2 default 0 -- cgit v1.2.3