aboutsummaryrefslogtreecommitdiffstats
path: root/package/busybox/config/ipsvd/Config.in
diff options
context:
space:
mode:
authorNicolas Thill <nico@openwrt.org>2009-05-25 17:15:39 +0000
committerNicolas Thill <nico@openwrt.org>2009-05-25 17:15:39 +0000
commite7133da4aada3f96f0e4a64a9858919ee36a2e0a (patch)
tree04f8e115af4d7639ce173efddf1022b215048390 /package/busybox/config/ipsvd/Config.in
parentb90bd689a2df064438cc7b270270f322136aa7b2 (diff)
downloadupstream-e7133da4aada3f96f0e4a64a9858919ee36a2e0a.tar.gz
upstream-e7133da4aada3f96f0e4a64a9858919ee36a2e0a.tar.bz2
upstream-e7133da4aada3f96f0e4a64a9858919ee36a2e0a.zip
busybox: update to v1.13.4 (closes: #4279)
SVN-Revision: 16063
Diffstat (limited to 'package/busybox/config/ipsvd/Config.in')
-rw-r--r--package/busybox/config/ipsvd/Config.in20
1 files changed, 0 insertions, 20 deletions
diff --git a/package/busybox/config/ipsvd/Config.in b/package/busybox/config/ipsvd/Config.in
deleted file mode 100644
index d163ade492..0000000000
--- a/package/busybox/config/ipsvd/Config.in
+++ /dev/null
@@ -1,20 +0,0 @@
-#
-# 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