diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2008-11-22 18:41:41 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2008-11-22 18:41:41 +0000 |
commit | ae6e135ae8658660fcf7e35b8126292814f3dc17 (patch) | |
tree | 0d23b0666afd1710332d22573471c6557f2ae6a6 | |
parent | 36309cf3f495dcfd4aba541425b34dd2455cccf2 (diff) | |
download | busybox-w32-ae6e135ae8658660fcf7e35b8126292814f3dc17.tar.gz busybox-w32-ae6e135ae8658660fcf7e35b8126292814f3dc17.tar.bz2 busybox-w32-ae6e135ae8658660fcf7e35b8126292814f3dc17.zip |
tftpd: can also have TFTP_DEBUG
-rw-r--r-- | networking/Config.in | 2 |
1 files changed, 1 insertions, 1 deletions
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 | |||
821 | config TFTP_DEBUG | 821 | config TFTP_DEBUG |
822 | bool "Enable debug" | 822 | bool "Enable debug" |
823 | default n | 823 | default n |
824 | depends on TFTP | 824 | depends on TFTP || TFTPD |
825 | help | 825 | help |
826 | Enable debug settings for tftp. This is useful if you're running | 826 | Enable debug settings for tftp. This is useful if you're running |
827 | into problems with tftp as the protocol doesn't help you much when | 827 | into problems with tftp as the protocol doesn't help you much when |