mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-23 15:54:21 -09:00
[Thomas:
- Rewrap help text in Config.in
- Improve cross-compilation patch to not call the 'amiroot' program
on the host, while it is compiled for the target.
- Use CONF_OPTS instead of CONF_OPT.
- Use a pre-build hook rather than re-implementing the BUILD_CMDS
entirely.
- Also include COPYING file in license files.
- License is LGPLv2.1, not LGPLv2.1+: only one file is LGPLv2.1+,
the rest doesn't have any "or later" specification, so we assume
it's only LGPLv2.1.]
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
11 lines
307 B
Plaintext
11 lines
307 B
Plaintext
config BR2_PACKAGE_LEAFNODE2
|
|
bool "leafnode2"
|
|
depends on BR2_USE_MMU # fork()
|
|
select BR2_PACKAGE_PCRE
|
|
help
|
|
Leafnode-2 is a store-and-forward NNTP (or Usenet) proxy
|
|
server designed for small sites with just a few active
|
|
newsgroups.
|
|
|
|
http://www.dt.e-technik.uni-dortmund.de/~ma/leafnode/beta/
|