mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-02 06:34:03 +02:00
21 lines
415 B
Plaintext
21 lines
415 B
Plaintext
|
#
|
||
|
# 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
|