summaryrefslogtreecommitdiffstats
path: root/package/busybox/config/ipsvd/Config.in
diff options
context:
space:
mode:
Diffstat (limited to 'package/busybox/config/ipsvd/Config.in')
-rw-r--r--package/busybox/config/ipsvd/Config.in20
1 files changed, 20 insertions, 0 deletions
diff --git a/package/busybox/config/ipsvd/Config.in b/package/busybox/config/ipsvd/Config.in
new file mode 100644
index 000000000..d163ade49
--- /dev/null
+++ b/package/busybox/config/ipsvd/Config.in
@@ -0,0 +1,20 @@
+#
+# For a description of the syntax of this configuration file,
+# see scripts/kbuild/config-language.txt.
+#
+
+menu "ipsvd utilities"
+
+config BUSYBOX_CONFIG_TCPSVD
+ bool "tcpsvd"
+ default n
+ help
+ tcpsvd listens on a tcp port and runs a program for each new connection
+
+config BUSYBOX_CONFIG_UDPSVD
+ bool "udpsvd"
+ default n
+ help
+ udpsvd listens on a udp port and runs a program for each new connection
+
+endmenu