busybox: enable readlink (with -f support)
SVN-Revision: 33833
This commit is contained in:
parent
88f3c59fb9
commit
93b4d13ed7
1 changed files with 2 additions and 2 deletions
|
@ -582,14 +582,14 @@ config BUSYBOX_CONFIG_PWD
|
||||||
|
|
||||||
config BUSYBOX_CONFIG_READLINK
|
config BUSYBOX_CONFIG_READLINK
|
||||||
bool "readlink"
|
bool "readlink"
|
||||||
default n
|
default y
|
||||||
help
|
help
|
||||||
This program reads a symbolic link and returns the name
|
This program reads a symbolic link and returns the name
|
||||||
of the file it points to
|
of the file it points to
|
||||||
|
|
||||||
config BUSYBOX_CONFIG_FEATURE_READLINK_FOLLOW
|
config BUSYBOX_CONFIG_FEATURE_READLINK_FOLLOW
|
||||||
bool "Enable canonicalization by following all symlinks (-f)"
|
bool "Enable canonicalization by following all symlinks (-f)"
|
||||||
default n
|
default y
|
||||||
depends on BUSYBOX_CONFIG_READLINK
|
depends on BUSYBOX_CONFIG_READLINK
|
||||||
help
|
help
|
||||||
Enable the readlink option (-f).
|
Enable the readlink option (-f).
|
||||||
|
|
Loading…
Reference in a new issue