OpenWrt – Blame information for rev 3

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1 # DO NOT EDIT. This file is generated from Config.src
2 #
3 # For a description of the syntax of this configuration file,
3 office 4 # see scripts/kbuild/config-language.txt.
1 office 5 #
6  
7 menu "Print Utilities"
8  
9 config BUSYBOX_CONFIG_LPD
3 office 10 bool "lpd"
1 office 11 default BUSYBOX_DEFAULT_LPD
12 help
3 office 13 lpd is a print spooling daemon.
1 office 14 config BUSYBOX_CONFIG_LPR
3 office 15 bool "lpr"
1 office 16 default BUSYBOX_DEFAULT_LPR
17 help
3 office 18 lpr sends files (or standard input) to a print spooling daemon.
1 office 19  
20 config BUSYBOX_CONFIG_LPQ
3 office 21 bool "lpq"
1 office 22 default BUSYBOX_DEFAULT_LPQ
23 help
3 office 24 lpq is a print spool queue examination and manipulation program.
1 office 25  
26 endmenu