projects
/
15.05
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5359bc8
)
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)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33833
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
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
08716b8
..
33a5e25
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).