diff options
author | Eric Andersen <andersen@codepoet.org> | 2003-07-22 10:18:17 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2003-07-22 10:18:17 +0000 |
commit | fe55b260e2a830de8cb4a2cdbf6240425238823e (patch) | |
tree | 331973cc35f8d8c775e0e980acfec54050b7c900 | |
parent | b24da33a06072f9b70a6701eb76f6bce79daea2b (diff) | |
download | busybox-fe55b260e2a830de8cb4a2cdbf6240425238823e.tar.gz |
There is no need to expose CONFIG_FEATURE_TRACEROUTE_SO_DEBUG
-rw-r--r-- | networking/Config.in | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/networking/Config.in b/networking/Config.in index d53dddcc1..26b427084 100644 --- a/networking/Config.in +++ b/networking/Config.in @@ -515,13 +515,6 @@ config CONFIG_FEATURE_TRACEROUTE_VERBOSE Add some verbosity to traceroute. This includes amongst other things hostnames and ICMP response types. -config CONFIG_FEATURE_TRACEROUTE_SO_DEBUG - bool " Enable SO_DEBUG option" - default n - depends on CONFIG_TRACEROUTE - help - Please submit a patch to add help text for this item. - config CONFIG_VCONFIG bool "vconfig" default n |