summaryrefslogtreecommitdiffstats
path: root/package/busybox
diff options
context:
space:
mode:
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2012-10-18 00:09:50 +0000
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2012-10-18 00:09:50 +0000
commit3cd6424cb624617e920e248433c211352eed815f (patch)
tree07e087884f0626a2d3055f07e263f782d6f6b367 /package/busybox
parent0222e188f4653e1b2fc84f22797904e2063fe36d (diff)
busybox: enable readlink (with -f support)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33833 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/busybox')
-rw-r--r--package/busybox/config/coreutils/Config.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/busybox/config/coreutils/Config.in b/package/busybox/config/coreutils/Config.in
index 08716b86f..33a5e25e6 100644
--- a/package/busybox/config/coreutils/Config.in
+++ b/package/busybox/config/coreutils/Config.in
@@ -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).