From ae6e135ae8658660fcf7e35b8126292814f3dc17 Mon Sep 17 00:00:00 2001 From: Denis Vlasenko Date: Sat, 22 Nov 2008 18:41:41 +0000 Subject: [PATCH] tftpd: can also have TFTP_DEBUG --- networking/Config.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/networking/Config.in b/networking/Config.in index 735415ccb..00a07b479 100644 --- a/networking/Config.in +++ b/networking/Config.in @@ -821,7 +821,7 @@ config FEATURE_TFTP_BLOCKSIZE config TFTP_DEBUG bool "Enable debug" default n - depends on TFTP + depends on TFTP || TFTPD help Enable debug settings for tftp. This is useful if you're running into problems with tftp as the protocol doesn't help you much when -- 2.25.1