busybox: enable readlink (with -f support)
authorFelix Fietkau <nbd@openwrt.org>
Thu, 18 Oct 2012 00:09:50 +0000 (00:09 +0000)
committerFelix Fietkau <nbd@openwrt.org>
Thu, 18 Oct 2012 00:09:50 +0000 (00:09 +0000)
SVN-Revision: 33833

package/busybox/config/coreutils/Config.in

index 08716b86faea5a6e513cd47a9b2496d4dc9b567b..33a5e25e6253f7f24a434fa832d80718f120ba47 100644 (file)
@@ -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).