diff options
Diffstat (limited to 'package/busybox/config/printutils/.svn')
-rw-r--r-- | package/busybox/config/printutils/.svn/entries | 62 | ||||
-rw-r--r-- | package/busybox/config/printutils/.svn/text-base/Config.in.svn-base | 29 |
2 files changed, 91 insertions, 0 deletions
diff --git a/package/busybox/config/printutils/.svn/entries b/package/busybox/config/printutils/.svn/entries new file mode 100644 index 0000000..c6b6f0e --- /dev/null +++ b/package/busybox/config/printutils/.svn/entries @@ -0,0 +1,62 @@ +10 + +dir +36060 +svn://svn.openwrt.org/openwrt/trunk/package/busybox/config/printutils +svn://svn.openwrt.org/openwrt + + + +2011-10-21T23:08:45.031764Z +28513 +nico + + + + + + + + + + + + + + +3c298f89-4303-0410-b956-a3cf2f4a3e73 + +Config.in +file + + + + +2013-03-17T12:13:09.000000Z +50bd86a1f8a1329a94bf17c709f61b63 +2011-10-21T23:08:45.031764Z +28513 +nico + + + + + + + + + + + + + + + + + + + + + +535 + diff --git a/package/busybox/config/printutils/.svn/text-base/Config.in.svn-base b/package/busybox/config/printutils/.svn/text-base/Config.in.svn-base new file mode 100644 index 0000000..ca2ea9f --- /dev/null +++ b/package/busybox/config/printutils/.svn/text-base/Config.in.svn-base @@ -0,0 +1,29 @@ +# 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 |