summaryrefslogtreecommitdiffstats
path: root/rules/mgetty.in
diff options
context:
space:
mode:
authorRobert Schwebel <r.schwebel@pengutronix.de>2004-11-26 15:18:14 +0000
committerRobert Schwebel <r.schwebel@pengutronix.de>2004-11-26 15:18:14 +0000
commit53410597d80a18783902486390a14da5c693d88a (patch)
tree08495fac059df24529c626739921a1e294b79555 /rules/mgetty.in
parent506c1139bf113821d11c439daaef33d1284524c5 (diff)
downloadptxdist-53410597d80a18783902486390a14da5c693d88a.tar.gz
ptxdist-53410597d80a18783902486390a14da5c693d88a.tar.xz
fixes cross compile issue and allows fine grained install options; patch by Steven Scholz
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.7-trunk@2061 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/mgetty.in')
-rw-r--r--rules/mgetty.in28
1 files changed, 28 insertions, 0 deletions
diff --git a/rules/mgetty.in b/rules/mgetty.in
index 2b5766075..f1fcb057a 100644
--- a/rules/mgetty.in
+++ b/rules/mgetty.in
@@ -10,4 +10,32 @@ config MGETTY_CONFIG
default "build/mgetty-1.1.30/policy.h-dist"
depends on MGETTY
+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
+ by your vendortweaks.
+
+config SENDFAX
+ prompt "Install sendfax and G3 helper tools"
+ bool
+ default y
+ depends on MGETTY
+
+config SENDFAX_SPOOL
+ bool
+ default y
+ prompt "Install faxspooling programs"
+ depends on MGETTY
+
+config MGETTY_CALLBACK
+ prompt "Install callback program"
+ bool
+ default n
+ depends on MGETTY
+
endmenu