summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorAleksey Demakov <a.demakov@pengutronix.de>2008-03-25 11:40:53 +0000
committerAleksey Demakov <a.demakov@pengutronix.de>2008-03-25 11:40:53 +0000
commit0d19eabb3bd9d52a09f06f52e7ba5950c0f8b7e0 (patch)
treede04bcdf0e5567224a3d57bd9b2ec6785b2097fe /config
parentf6ed3ce7f00f3299c531b46b33ca6749ff7f31f0 (diff)
downloadptxdist-0d19eabb3bd9d52a09f06f52e7ba5950c0f8b7e0.tar.gz
ptxdist-0d19eabb3bd9d52a09f06f52e7ba5950c0f8b7e0.tar.xz
add missing config for busybox-1.10.0
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@7863 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'config')
-rw-r--r--config/busybox/printutils/Config.in22
1 files changed, 22 insertions, 0 deletions
diff --git a/config/busybox/printutils/Config.in b/config/busybox/printutils/Config.in
new file mode 100644
index 000000000..2a9b5d827
--- /dev/null
+++ b/config/busybox/printutils/Config.in
@@ -0,0 +1,22 @@
+menu "Print Utilities"
+ depends on BUSYBOX
+
+config BB_CONFIG_LPD
+ bool "lpd"
+ default n
+ help
+ lpd is a print spooling daemon.
+
+config BB_CONFIG_LPR
+ bool "lpr"
+ default n
+ help
+ lpr sends files (or standard input) to a print spooling daemon.
+
+config BB_CONFIG_LPQ
+ bool "lpq"
+ default n
+ help
+ lpq is a print spool queue examination and manipulation program.
+
+endmenu