From 2ea12d8b6d2a36c5d49df1ae97b86ba287835249 Mon Sep 17 00:00:00 2001 From: Jeremie Koenig Date: Thu, 27 May 2010 15:46:25 +0200 Subject: tcpsvd,udpsvd: conditionalize usage of SO_ORIGINAL_DST On systems without this call, $TCPORIGDSTADDR is not set. Signed-off-by: Jeremie Koenig Signed-off-by: Denys Vlasenko --- networking/Config.src | 2 -- 1 file changed, 2 deletions(-) (limited to 'networking/Config.src') diff --git a/networking/Config.src b/networking/Config.src index fc613e8d3..2d29c423a 100644 --- a/networking/Config.src +++ b/networking/Config.src @@ -733,7 +733,6 @@ config SLATTACH config TCPSVD bool "tcpsvd" default y - depends on PLATFORM_LINUX help tcpsvd listens on a TCP port and runs a program for each new connection. @@ -966,7 +965,6 @@ config IFUPDOWN_UDHCPC_CMD_OPTIONS config UDPSVD bool "udpsvd" default y - depends on PLATFORM_LINUX help udpsvd listens on an UDP port and runs a program for each new connection. -- cgit v1.2.3