1config BR2_PACKAGE_S6_NETWORKING
2	bool "s6-networking"
3	depends on BR2_USE_MMU # s6
4	select BR2_PACKAGE_S6_DNS
5	select BR2_PACKAGE_S6
6	help
7	  s6-networking is a suite of small networking utilities for
8	  Unix systems. It includes command-line client and server
9	  management, TCP access control, privilege escalation across
10	  UNIX domain sockets, IDENT protocol management and clock
11	  synchronization.
12
13	  http://skarnet.org/software/s6-networking/
14