summaryrefslogtreecommitdiff
path: root/package/busybox/config/debianutils
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2009-11-29 00:05:08 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2009-11-29 00:05:08 +0100
commit706b94b351d574c66f9a6142f5bcae33a98274f3 (patch)
tree67ebc103fa4fb535a41c6d4088f865dd15eacb02 /package/busybox/config/debianutils
parent0ba71fe6deb9d028d305483071ca47b85081b672 (diff)
enable some needed tools by default again
Diffstat (limited to 'package/busybox/config/debianutils')
-rw-r--r--package/busybox/config/debianutils/Config.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/busybox/config/debianutils/Config.in b/package/busybox/config/debianutils/Config.in
index 4134957f8..9246370ca 100644
--- a/package/busybox/config/debianutils/Config.in
+++ b/package/busybox/config/debianutils/Config.in
@@ -19,7 +19,7 @@ config BUSYBOX_PIPE_PROGRESS
config BUSYBOX_RUN_PARTS
bool "run-parts"
- default n
+ default y
help
run-parts is a utility designed to run all the scripts in a directory.
@@ -75,7 +75,7 @@ config BUSYBOX_FEATURE_START_STOP_DAEMON_LONG_OPTIONS
config BUSYBOX_WHICH
bool "which"
- default n
+ default y
help
which is used to find programs in your PATH and
print out their pathnames.