summaryrefslogtreecommitdiff
path: root/package/busybox/config/printutils/Config.in
diff options
context:
space:
mode:
Diffstat (limited to 'package/busybox/config/printutils/Config.in')
-rw-r--r--package/busybox/config/printutils/Config.in22
1 files changed, 10 insertions, 12 deletions
diff --git a/package/busybox/config/printutils/Config.in b/package/busybox/config/printutils/Config.in
index b5dd69e39..2f3d8a680 100644
--- a/package/busybox/config/printutils/Config.in
+++ b/package/busybox/config/printutils/Config.in
@@ -1,28 +1,26 @@
# DO NOT EDIT. This file is generated from Config.src
#
# For a description of the syntax of this configuration file,
-# see scripts/kbuild/config-language.txt.
+# see docs/Kconfig-language.txt.
#
menu "Print Utilities"
-
config BUSYBOX_LPD
- bool "lpd"
- default n
+ bool "lpd (5.5 kb)"
+ default y
help
- lpd is a print spooling daemon.
-
+ lpd is a print spooling daemon.
config BUSYBOX_LPR
- bool "lpr"
- default n
+ bool "lpr (9.9 kb)"
+ default y
help
- lpr sends files (or standard input) to a print spooling daemon.
+ lpr sends files (or standard input) to a print spooling daemon.
config BUSYBOX_LPQ
- bool "lpq"
- default n
+ bool "lpq (9.9 kb)"
+ default y
help
- lpq is a print spool queue examination and manipulation program.
+ lpq is a print spool queue examination and manipulation program.
endmenu