busybox: enable readlink by default, it is used by various scripts
[openwrt/svn-archive/archive.git] / package / busybox / config / coreutils / Config.in
index d055e4fd26739766eab776045f420a07f12f50a8..33a5e25e6253f7f24a434fa832d80718f120ba47 100644 (file)
@@ -243,7 +243,7 @@ config BUSYBOX_CONFIG_FEATURE_DD_THIRD_STATUS_LINE
 
 config BUSYBOX_CONFIG_FEATURE_DD_IBS_OBS
        bool "Enable ibs, obs and conv options"
-       default n
+       default y
        depends on BUSYBOX_CONFIG_DD
        help
          Enables support for writing a certain number of bytes in and out,
@@ -375,7 +375,7 @@ config BUSYBOX_CONFIG_FOLD
 
 config BUSYBOX_CONFIG_FSYNC
        bool "fsync"
-       default n
+       default y
        help
          fsync is used to flush file-related cached blocks to disk.
 
@@ -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).