1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-07-05 17:33:16 +03:00
openwrt-xburst/package/busybox/config/printutils/Config.in
nico b90f9dbb18 [package] busybox: update to 1.19.2 (thanks to Peter Wagner)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28513 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-10-21 23:08:45 +00:00

30 lines
535 B
Plaintext

# DO NOT EDIT. This file is generated from Config.src
#
# For a description of the syntax of this configuration file,
# see scripts/kbuild/config-language.txt.
#
menu "Print Utilities"
config BUSYBOX_CONFIG_LPD
bool "lpd"
default n
help
lpd is a print spooling daemon.
config BUSYBOX_CONFIG_LPR
bool "lpr"
default n
help
lpr sends files (or standard input) to a print spooling daemon.
config BUSYBOX_CONFIG_LPQ
bool "lpq"
default n
help
lpq is a print spool queue examination and manipulation program.
endmenu