summaryrefslogtreecommitdiffstats
path: root/rules/mgetty.in
diff options
context:
space:
mode:
authorHenning Steffen <h.steffen@pengutronix.de>2008-06-04 13:05:24 +0000
committerHenning Steffen <h.steffen@pengutronix.de>2008-06-04 13:05:24 +0000
commit17df9f2c792259af0074adf384745903c2b972a4 (patch)
tree9b233de816eef1a7b52ba2735962f7b559d66406 /rules/mgetty.in
parente77d46edfa498ea6b9e482eed2f9a4783fb8d66d (diff)
downloadptxdist-17df9f2c792259af0074adf384745903c2b972a4.tar.gz
ptxdist-17df9f2c792259af0074adf384745903c2b972a4.tar.xz
* change bool to tristate .in Files from H to M
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@8312 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/mgetty.in')
-rw-r--r--rules/mgetty.in12
1 files changed, 6 insertions, 6 deletions
diff --git a/rules/mgetty.in b/rules/mgetty.in
index 561b5ac55..c732022a3 100644
--- a/rules/mgetty.in
+++ b/rules/mgetty.in
@@ -1,5 +1,6 @@
menuconfig MGETTY
- bool "mgetty & sendfax "
+ tristate
+ prompt "mgetty & sendfax "
help
mgetty+sendfax is a reliable and proven fax send and receive solution.
@@ -13,11 +14,12 @@ menuconfig MGETTY
within shell scripts. Its input are pages in "g3" format, either
created with ghostscript or with pbm2g3.
+if MGETTY
+
config MGETTY_CONFIG
prompt "Name of policy.h file to be used"
string
default "build-target/mgetty-1.1.30/policy.h-dist"
- depends on MGETTY
help
FIXME: This item needs to be documented
@@ -25,7 +27,6 @@ config MGETTY_INSTALL_CONFIG
prompt "Install default config files to ${ROOTDIR}/etc/mgetty+sendfax"
bool
default y
- depends on MGETTY
help
Enabling this option installs mgetty's default config files onto your target.
Say N here if you want to use your own files and make sure they're installed
@@ -35,7 +36,6 @@ config SENDFAX
prompt "Install sendfax and G3 helper tools"
bool
default y
- depends on MGETTY
help
Choose here if you want to install sendfax in addition
to mgetty. If you only need mgetty for its getty
@@ -46,7 +46,6 @@ config SENDFAX_SPOOL
bool
default y
prompt "Install faxspooling programs"
- depends on MGETTY
help
This will install
/usr/bin/faxspool
@@ -60,9 +59,10 @@ config SENDFAX_SPOOL
config MGETTY_CALLBACK
prompt "Install callback program"
bool
- depends on MGETTY
help
The callback utility of mgetty is able to call
back after a login 'attempt' based on entries in
/etc/mgetty+sendfax/login.conf
+endif
+