summaryrefslogtreecommitdiff
path: root/package/bogofilter/Config.in
blob: 982cb9828628b0f9c8be4f9b1713397380bf9525 (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
config ADK_PACKAGE_BOGOFILTER
	prompt "bogofilter........................ Mail (spam) filter utility"
	tristate
	default n
	select ADK_PACKAGE_LIBDB
	select ADK_PACKAGE_LIBICONV
	help
		Filters mail, must be trained.

		http://bogofilter.sourceforge.net


config ADK_PACKAGE_BOGOFILTER_BOGOUTIL
	prompt "include bogoutil in firmware image and package file"
	bool
	default n
	depends on ADK_PACKAGE_BOGOFILTER

config ADK_PACKAGE_BOGOFILTER_BOGOTUNE
	prompt "include bogotune in firmware image and package file"
	bool
	default n
	depends on ADK_PACKAGE_BOGOFILTER