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 /printutils | |
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 'printutils')
-rw-r--r-- | printutils/Config.src | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/printutils/Config.src b/printutils/Config.src index 6912ece6c..194789660 100644 --- a/printutils/Config.src +++ b/printutils/Config.src | |||
@@ -7,19 +7,19 @@ menu "Print Utilities" | |||
7 | 7 | ||
8 | config LPD | 8 | config LPD |
9 | bool "lpd" | 9 | bool "lpd" |
10 | default n | 10 | default y |
11 | help | 11 | help |
12 | lpd is a print spooling daemon. | 12 | lpd is a print spooling daemon. |
13 | 13 | ||
14 | config LPR | 14 | config LPR |
15 | bool "lpr" | 15 | bool "lpr" |
16 | default n | 16 | default y |
17 | help | 17 | help |
18 | lpr sends files (or standard input) to a print spooling daemon. | 18 | lpr sends files (or standard input) to a print spooling daemon. |
19 | 19 | ||
20 | config LPQ | 20 | config LPQ |
21 | bool "lpq" | 21 | bool "lpq" |
22 | default n | 22 | default y |
23 | help | 23 | help |
24 | lpq is a print spool queue examination and manipulation program. | 24 | lpq is a print spool queue examination and manipulation program. |
25 | 25 | ||