From b86b39bfda8fa050f406ae00119bf0557bb909c2 Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Fri, 28 Dec 2018 17:45:35 +0100 Subject: config: more tweaks Signed-off-by: Denys Vlasenko --- networking/tftp.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'networking/tftp.c') diff --git a/networking/tftp.c b/networking/tftp.c index 1828688d4..d20d4ca4b 100644 --- a/networking/tftp.c +++ b/networking/tftp.c @@ -41,9 +41,6 @@ //config: In other words: it should be run from inetd in nowait mode, //config: or from udpsvd. Example: "udpsvd -E 0 69 tftpd DIR" //config: -//config:comment "Common options for tftp/tftpd" -//config: depends on TFTP || TFTPD -//config: //config:config FEATURE_TFTP_GET //config: bool "Enable 'tftp get' and/or tftpd upload code" //config: default y -- cgit v1.2.3