From: Felix Fietkau Date: Thu, 18 Oct 2012 00:09:50 +0000 (+0000) Subject: busybox: enable readlink (with -f support) X-Git-Tag: reboot~12575 X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=93b4d13ed798486d590b842afe2fa344e8e12f84;p=openwrt%2Fopenwrt.git busybox: enable readlink (with -f support) SVN-Revision: 33833 --- diff --git a/package/busybox/config/coreutils/Config.in b/package/busybox/config/coreutils/Config.in index 08716b86fa..33a5e25e62 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).