projects
/
openwrt
/
staging
/
adrian.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
88f3c59
)
busybox: enable readlink (with -f support)
author
Felix Fietkau
<nbd@openwrt.org>
Thu, 18 Oct 2012 00:09:50 +0000
(
00:09
+0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Thu, 18 Oct 2012 00:09:50 +0000
(
00:09
+0000)
SVN-Revision: 33833
package/busybox/config/coreutils/Config.in
patch
|
blob
|
history
diff --git
a/package/busybox/config/coreutils/Config.in
b/package/busybox/config/coreutils/Config.in
index 08716b86faea5a6e513cd47a9b2496d4dc9b567b..33a5e25e6253f7f24a434fa832d80718f120ba47 100644
(file)
--- 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).