bcm53xx: fix Linksys EA9500 partitioning
[openwrt/staging/rmilecki.git] / package / utils / busybox / config / printutils / Config.in
1 # DO NOT EDIT. This file is generated from Config.src
2 #
3 # For a description of the syntax of this configuration file,
4 # see docs/Kconfig-language.txt.
5 #
6
7 menu "Print Utilities"
8
9 config BUSYBOX_CONFIG_LPD
10 bool "lpd (5.5 kb)"
11 default BUSYBOX_DEFAULT_LPD
12 help
13 lpd is a print spooling daemon.
14 config BUSYBOX_CONFIG_LPR
15 bool "lpr (9.9 kb)"
16 default BUSYBOX_DEFAULT_LPR
17 help
18 lpr sends files (or standard input) to a print spooling daemon.
19
20 config BUSYBOX_CONFIG_LPQ
21 bool "lpq (9.9 kb)"
22 default BUSYBOX_DEFAULT_LPQ
23 help
24 lpq is a print spool queue examination and manipulation program.
25
26 endmenu