aboutsummaryrefslogtreecommitdiffstats
path: root/package
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2013-09-05 09:44:20 +0000
committerFelix Fietkau <nbd@openwrt.org>2013-09-05 09:44:20 +0000
commit4d8c11895943b80aa5add93e9e51cbf93cd098fd (patch)
treeb5eef1c24adc440d9390557e5694b37e7ee73473 /package
parent8f818a0315b908716b6e83027db5bf7f9d49a91b (diff)
downloadupstream-4d8c11895943b80aa5add93e9e51cbf93cd098fd.tar.gz
upstream-4d8c11895943b80aa5add93e9e51cbf93cd098fd.tar.bz2
upstream-4d8c11895943b80aa5add93e9e51cbf93cd098fd.zip
busybox: enable readlink by default, it is used by various scripts
Signed-off-by: Felix Fietkau <nbd@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@37896 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package')
-rw-r--r--package/busybox/config/coreutils/Config.in4
1 files changed, 2 insertions, 2 deletions
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).