mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-04 23:17:30 +02:00
busybox: enable readlink (with -f support)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33833 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
0222e188f4
commit
3cd6424cb6
@ -582,14 +582,14 @@ config BUSYBOX_CONFIG_PWD
|
||||
|
||||
config BUSYBOX_CONFIG_READLINK
|
||||
bool "readlink"
|
||||
default n
|
||||
default y
|
||||
help
|
||||
This program reads a symbolic link and returns the name
|
||||
of the file it points to
|
||||
|
||||
config BUSYBOX_CONFIG_FEATURE_READLINK_FOLLOW
|
||||
bool "Enable canonicalization by following all symlinks (-f)"
|
||||
default n
|
||||
default y
|
||||
depends on BUSYBOX_CONFIG_READLINK
|
||||
help
|
||||
Enable the readlink option (-f).
|
||||
|
Loading…
Reference in New Issue
Block a user