diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2008-11-06 00:49:59 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2008-11-06 00:49:59 +0000 |
commit | 35a064b67fc1954b95be06499a514a45c9f2e814 (patch) | |
tree | c3c2690d8c5c112ce744e17a906a860a0c6897d2 /networking/Config.in | |
parent | 202ac504e1addf0aa2debd53e7cd2411cc73ac8c (diff) | |
download | busybox-w32-35a064b67fc1954b95be06499a514a45c9f2e814.tar.gz busybox-w32-35a064b67fc1954b95be06499a514a45c9f2e814.tar.bz2 busybox-w32-35a064b67fc1954b95be06499a514a45c9f2e814.zip |
build system: tidying up CONFIG_xxx names (suggested by Rob)
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 bceacddda..3ae77e119 100644 --- a/networking/Config.in +++ b/networking/Config.in | |||
@@ -859,7 +859,7 @@ config FEATURE_TFTP_BLOCKSIZE | |||
859 | Allow tftp to specify block size, and tftpd to understand | 859 | Allow tftp to specify block size, and tftpd to understand |
860 | "blksize" option. | 860 | "blksize" option. |
861 | 861 | ||
862 | config DEBUG_TFTP | 862 | config TFTP_DEBUG |
863 | bool "Enable debug" | 863 | bool "Enable debug" |
864 | default n | 864 | default n |
865 | depends on TFTP | 865 | depends on TFTP |