usbmodeswitch: Updated to v.1.2.6 from shibby's branch.
[tomato.git] / release / src / router / busybox / printutils / Config.src
blobcc4ab8d28ff086ef023f920dcd48859f65f5495b
2 # For a description of the syntax of this configuration file,
3 # see scripts/kbuild/config-language.txt.
6 menu "Print Utilities"
8 INSERT
10 config LPD
11         bool "lpd"
12         default y
13         help
14           lpd is a print spooling daemon.
16 config LPR
17         bool "lpr"
18         default y
19         help
20           lpr sends files (or standard input) to a print spooling daemon.
22 config LPQ
23         bool "lpq"
24         default y
25         help
26           lpq is a print spool queue examination and manipulation program.
28 endmenu