Tomato 1.24
[tomato.git] / release / src / router / busybox / printutils / Config.in
blob6912ece6cb06cdf11d33c706fa0838d77ca6510f
2 # For a description of the syntax of this configuration file,
3 # see scripts/kbuild/config-language.txt.
6 menu "Print Utilities"
8 config LPD
9         bool "lpd"
10         default n
11         help
12           lpd is a print spooling daemon.
14 config LPR
15         bool "lpr"
16         default n
17         help
18           lpr sends files (or standard input) to a print spooling daemon.
20 config LPQ
21         bool "lpq"
22         default n
23         help
24           lpq is a print spool queue examination and manipulation program.
26 endmenu