- CONFIG_FEATURE_READLINK_FOLLOW readlink -f patch from Colin Watson <cjwatson@debian.org> on busybox mailing list 08/11/04

This commit is contained in:
Ned Ludd
2004-12-08 16:47:28 +00:00
parent d824853de3
commit c6fbed5dba
3 changed files with 39 additions and 4 deletions

View File

@@ -24,6 +24,13 @@ config CONFIG_READLINK
This program reads a symbolic link and returns the name
of the file it points to
config CONFIG_FEATURE_READLINK_FOLLOW
bool " Enable canonicalization by following all symlinks (-f)"
default n
depends on CONFIG_READLINK
help
Enable the readlink option (-f).
config CONFIG_RUN_PARTS
bool "run-parts"
default n