summaryrefslogtreecommitdiffstats
path: root/rules/mgetty.in
blob: 4e88b748d5672954237bb916ea45841881f152c2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
menuconfig MGETTY
	bool "mgetty & sendfax    "

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

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