Config.in 565 B

12345678910111213141516171819202122232425
  1. config ADK_PACKAGE_BOGOFILTER
  2. prompt "bogofilter........................ Mail (spam) filter utility"
  3. tristate
  4. default n
  5. select ADK_PACKAGE_LIBDB
  6. select ADK_PACKAGE_LIBICONV
  7. help
  8. Filters mail, must be trained.
  9. http://bogofilter.sourceforge.net
  10. config ADK_PACKAGE_BOGOFILTER_BOGOUTIL
  11. prompt "include bogoutil in firmware image and package file"
  12. bool
  13. default n
  14. depends on ADK_PACKAGE_BOGOFILTER
  15. config ADK_PACKAGE_BOGOFILTER_BOGOTUNE
  16. prompt "include bogotune in firmware image and package file"
  17. bool
  18. default n
  19. depends on ADK_PACKAGE_BOGOFILTER