projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
fix aruba ramdisk check for the image building
[openwrt.git]
/
package
/
busybox
/
config
/
debianutils
/
Config.in
diff --git
a/package/busybox/config/debianutils/Config.in
b/package/busybox/config/debianutils/Config.in
index
0157a6b
..
71f2bf3
100644
(file)
--- a/
package/busybox/config/debianutils/Config.in
+++ b/
package/busybox/config/debianutils/Config.in
@@
-24,6
+24,13
@@
config BUSYBOX_CONFIG_READLINK
This program reads a symbolic link and returns the name
of the file it points to
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
+ depends on BUSYBOX_CONFIG_READLINK
+ help
+ Enable the readlink option (-f).
+
config BUSYBOX_CONFIG_RUN_PARTS
bool "run-parts"
default n
config BUSYBOX_CONFIG_RUN_PARTS
bool "run-parts"
default n
@@
-41,7
+48,7
@@
config BUSYBOX_CONFIG_RUN_PARTS
config BUSYBOX_CONFIG_START_STOP_DAEMON
bool "start-stop-daemon"
config BUSYBOX_CONFIG_START_STOP_DAEMON
bool "start-stop-daemon"
- default
y
+ default
n
help
start-stop-daemon is used to control the creation and
termination of system-level processes, usually the ones
help
start-stop-daemon is used to control the creation and
termination of system-level processes, usually the ones
This page took
0.022729 seconds
and
4
git commands to generate.