diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2010-06-06 04:14:28 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2010-06-06 04:14:28 +0200 |
commit | 2f32bf8be63f70125049402ba43101d8c6083d46 (patch) | |
tree | 8d01d287b58308bbb0bc6748c27357fae0a7aa12 /debianutils | |
parent | f0f94700610eba964441ce4a112134e03c76eb89 (diff) | |
download | busybox-w32-2f32bf8be63f70125049402ba43101d8c6083d46.tar.gz busybox-w32-2f32bf8be63f70125049402ba43101d8c6083d46.tar.bz2 busybox-w32-2f32bf8be63f70125049402ba43101d8c6083d46.zip |
remove defconfig. Now "make defconfig" simply uses defaults from Config.in
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'debianutils')
-rw-r--r-- | debianutils/Config.src | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/debianutils/Config.src b/debianutils/Config.src index 9146f3ef4..9bce0498c 100644 --- a/debianutils/Config.src +++ b/debianutils/Config.src | |||
@@ -7,19 +7,19 @@ menu "Debian Utilities" | |||
7 | 7 | ||
8 | config MKTEMP | 8 | config MKTEMP |
9 | bool "mktemp" | 9 | bool "mktemp" |
10 | default n | 10 | default y |
11 | help | 11 | help |
12 | mktemp is used to create unique temporary files | 12 | mktemp is used to create unique temporary files |
13 | 13 | ||
14 | config PIPE_PROGRESS | 14 | config PIPE_PROGRESS |
15 | bool "pipe_progress" | 15 | bool "pipe_progress" |
16 | default n | 16 | default y |
17 | help | 17 | help |
18 | Display a dot to indicate pipe activity. | 18 | Display a dot to indicate pipe activity. |
19 | 19 | ||
20 | config RUN_PARTS | 20 | config RUN_PARTS |
21 | bool "run-parts" | 21 | bool "run-parts" |
22 | default n | 22 | default y |
23 | help | 23 | help |
24 | run-parts is a utility designed to run all the scripts in a directory. | 24 | run-parts is a utility designed to run all the scripts in a directory. |
25 | 25 | ||
@@ -34,14 +34,14 @@ config RUN_PARTS | |||
34 | 34 | ||
35 | config FEATURE_RUN_PARTS_LONG_OPTIONS | 35 | config FEATURE_RUN_PARTS_LONG_OPTIONS |
36 | bool "Enable long options" | 36 | bool "Enable long options" |
37 | default n | 37 | default y |
38 | depends on RUN_PARTS && LONG_OPTS | 38 | depends on RUN_PARTS && LONG_OPTS |
39 | help | 39 | help |
40 | Support long options for the run-parts applet. | 40 | Support long options for the run-parts applet. |
41 | 41 | ||
42 | config FEATURE_RUN_PARTS_FANCY | 42 | config FEATURE_RUN_PARTS_FANCY |
43 | bool "Support additional arguments" | 43 | bool "Support additional arguments" |
44 | default n | 44 | default y |
45 | depends on RUN_PARTS | 45 | depends on RUN_PARTS |
46 | help | 46 | help |
47 | Support additional options: | 47 | Support additional options: |
@@ -50,7 +50,7 @@ config FEATURE_RUN_PARTS_FANCY | |||
50 | 50 | ||
51 | config START_STOP_DAEMON | 51 | config START_STOP_DAEMON |
52 | bool "start-stop-daemon" | 52 | bool "start-stop-daemon" |
53 | default n | 53 | default y |
54 | help | 54 | help |
55 | start-stop-daemon is used to control the creation and | 55 | start-stop-daemon is used to control the creation and |
56 | termination of system-level processes, usually the ones | 56 | termination of system-level processes, usually the ones |
@@ -58,7 +58,7 @@ config START_STOP_DAEMON | |||
58 | 58 | ||
59 | config FEATURE_START_STOP_DAEMON_FANCY | 59 | config FEATURE_START_STOP_DAEMON_FANCY |
60 | bool "Support additional arguments" | 60 | bool "Support additional arguments" |
61 | default n | 61 | default y |
62 | depends on START_STOP_DAEMON | 62 | depends on START_STOP_DAEMON |
63 | help | 63 | help |
64 | Support additional arguments. | 64 | Support additional arguments. |
@@ -68,14 +68,14 @@ config FEATURE_START_STOP_DAEMON_FANCY | |||
68 | 68 | ||
69 | config FEATURE_START_STOP_DAEMON_LONG_OPTIONS | 69 | config FEATURE_START_STOP_DAEMON_LONG_OPTIONS |
70 | bool "Enable long options" | 70 | bool "Enable long options" |
71 | default n | 71 | default y |
72 | depends on START_STOP_DAEMON && LONG_OPTS | 72 | depends on START_STOP_DAEMON && LONG_OPTS |
73 | help | 73 | help |
74 | Support long options for the start-stop-daemon applet. | 74 | Support long options for the start-stop-daemon applet. |
75 | 75 | ||
76 | config WHICH | 76 | config WHICH |
77 | bool "which" | 77 | bool "which" |
78 | default n | 78 | default y |
79 | help | 79 | help |
80 | which is used to find programs in your PATH and | 80 | which is used to find programs in your PATH and |
81 | print out their pathnames. | 81 | print out their pathnames. |