1config BR2_PACKAGE_LEAFNODE2
2	bool "leafnode2"
3	depends on BR2_USE_MMU # fork()
4	select BR2_PACKAGE_LIBXCRYPT if BR2_TOOLCHAIN_USES_GLIBC
5	select BR2_PACKAGE_PCRE
6	help
7	  Leafnode-2 is a store-and-forward NNTP (or Usenet) proxy
8	  server designed for small sites with just a few active
9	  newsgroups.
10
11	  https://gitlab.com/leafnode-2/leafnode-2
12