diff options
Diffstat (limited to 'package/s6-networking/Config.in')
-rw-r--r-- | package/s6-networking/Config.in | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/package/s6-networking/Config.in b/package/s6-networking/Config.in new file mode 100644 index 0000000000..ebb77a7dd2 --- /dev/null +++ b/package/s6-networking/Config.in @@ -0,0 +1,13 @@ +config BR2_PACKAGE_S6_NETWORKING + bool "s6-networking" + select BR2_PACKAGE_S6_DNS + select BR2_PACKAGE_S6 + depends on BR2_USE_MMU # s6 + help + s6-networking is a suite of small networking utilities for + Unix systems. It includes command-line client and server + management, TCP access control, privilege escalation across + UNIX domain sockets, IDENT protocol management and clock + synchronization. + + http://skarnet.org/software/s6-networking/ |