diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2006-06-14 17:32:11 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2006-06-14 17:32:11 +0000 |
commit | 597e70e9e4c185f408ef3f5425b679aa11a9146a (patch) | |
tree | b227e2a24e0e750e665aaf902c58e2b5eea6cdae /networking/Config.in | |
parent | 32bf1f9d42b5f04cfa7295bca67f7fc6f6dd176b (diff) | |
download | busybox-w32-597e70e9e4c185f408ef3f5425b679aa11a9146a.tar.gz busybox-w32-597e70e9e4c185f408ef3f5425b679aa11a9146a.tar.bz2 busybox-w32-597e70e9e4c185f408ef3f5425b679aa11a9146a.zip |
- rename CONFIG_FEATURE_TFTP_DEBUG to CONFIG_DEBUG_TFTP
Diffstat (limited to 'networking/Config.in')
-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 fe3233e35..e95ae0d74 100644 --- a/networking/Config.in +++ b/networking/Config.in | |||
@@ -609,7 +609,7 @@ config CONFIG_FEATURE_TFTP_BLOCKSIZE | |||
609 | help | 609 | help |
610 | Allow the client to specify the desired block size for transfers. | 610 | Allow the client to specify the desired block size for transfers. |
611 | 611 | ||
612 | config CONFIG_FEATURE_TFTP_DEBUG | 612 | config CONFIG_DEBUG_TFTP |
613 | bool "Enable debug" | 613 | bool "Enable debug" |
614 | default n | 614 | default n |
615 | depends on CONFIG_TFTP | 615 | depends on CONFIG_TFTP |