Patch from Robert P Day: let menuconfig indent stuff for us, we don't have

to do it in Config.in.
This commit is contained in:
Rob Landley
2006-04-13 23:22:16 +00:00
parent 6b4377f333
commit 2ec922eed5
13 changed files with 137 additions and 137 deletions

View File

@@ -25,7 +25,7 @@ config CONFIG_READLINK
of the file it points to
config CONFIG_FEATURE_READLINK_FOLLOW
bool " Enable canonicalization by following all symlinks (-f)"
bool "Enable canonicalization by following all symlinks (-f)"
default n
depends on CONFIG_READLINK
help