mirror of
https://git.busybox.net/buildroot.git
synced 2024-11-23 21:43:30 +08:00
467e3ea2b9
Signed-off-by: Maxime Hadjinlian <maxime.hadjinlian@gmail.com> [Thomas: - Add dependency on BR2_USE_MMU - Rewrap Config.in help text - PID file goes in /var/run/ - Daemon to start is /usr/sbin/sockd, not /usr/sbin/dante - Remove staging installation, as it is not needed - Remove --enable-debug, since that's not what BR2_ENABLE_DEBUG is meant for - Install an example configuration file.] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
12 lines
369 B
Plaintext
12 lines
369 B
Plaintext
config BR2_PACKAGE_DANTE
|
|
bool "dante"
|
|
depends on BR2_USE_MMU # fork()
|
|
help
|
|
Dante is a product developed by Inferno Nettverk A/S. It
|
|
consists of a SOCKS server and a SOCKS client, implementing
|
|
RFC 1928 and related standards. It is a flexible product
|
|
that can be used to provide convenient and secure network
|
|
connectivity.
|
|
|
|
http://www.inet.no/dante/
|