From 219a6dab8995aad9ac4860cc1a84d6f3509a03a4 Mon Sep 17 00:00:00 2001 From: wbx Date: Sun, 17 May 2009 14:41:34 +0200 Subject: Initial import --- package/bogofilter/Config.in | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 package/bogofilter/Config.in (limited to 'package/bogofilter/Config.in') diff --git a/package/bogofilter/Config.in b/package/bogofilter/Config.in new file mode 100644 index 000000000..1dfb7d2d5 --- /dev/null +++ b/package/bogofilter/Config.in @@ -0,0 +1,26 @@ +config ADK_PACKAGE_BOGOFILTER + prompt "bogofilter........................ Mail (spam) filter utility" + tristate + default n + depends on ADK_CXX + 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 ADK_PACKAGE_BOGOFILTER + +config ADK_PACKAGE_BOGOFILTER_BOGOTUNE + prompt " include bogotune in firmware image and package file" + bool + default n + depends ADK_PACKAGE_BOGOFILTER + + -- cgit v1.2.3