upgrade busybox to v1.11.1 and add current upstream fixes
[openwrt.git] / package / busybox / config / printutils / Config.in
1 menu "Print Utilities"
2
3 config BUSYBOX_CONFIG_LPD
4         bool "lpd"
5         default n
6         help
7           lpd is a print spooling daemon.
8
9 config BUSYBOX_CONFIG_LPR
10         bool "lpr"
11         default n
12         help
13           lpr sends files (or standard input) to a print spooling daemon.
14
15 config BUSYBOX_CONFIG_LPQ
16         bool "lpq"
17         default n
18         help
19           lpq is a print spool queue examination and manipulation program.
20
21 endmenu