busybox: enable readlink (with -f support)
[openwrt/svn-archive/archive.git] / 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).