summaryrefslogtreecommitdiffstats
path: root/rules/mgetty.in
blob: b0ca0a26a151cd478cb8df3ff04756bb744a17fd (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
38
39
40
41
42
43
44
45
46
menuconfig MGETTY
	bool "mgetty & sendfax    "
	help
	  FIXME: This item needs to be documented

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

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
	help
	  FIXME: This item needs to be documented

config SENDFAX_SPOOL
	bool
	default y
	prompt "Install faxspooling programs"
	depends on MGETTY
	help
	  FIXME: This item needs to be documented

config MGETTY_CALLBACK
	prompt "Install callback program"
	bool
	depends on MGETTY
	help
	  FIXME: This item needs to be documented