Ver código fonte

busybox: enable readlink (with -f support)

SVN-Revision: 33833
Felix Fietkau 13 anos atrás
pai
commit
93b4d13ed7
1 arquivos alterados com 2 adições e 2 exclusões
  1. 2 2
      package/busybox/config/coreutils/Config.in

+ 2 - 2
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).