diff options
author | Denys Vlasenko | 2016-11-23 09:51:33 +0100 |
---|---|---|
committer | Denys Vlasenko | 2016-11-23 09:51:33 +0100 |
commit | 29e2c45a5b317556a890a86ca7780e589072151c (patch) | |
tree | d0da5ef7f8ae5cfcf69e352e05217053bb6f46d3 /networking/Config.src | |
parent | 83423978014bce3ef4d09022d3eb1a4a32f7ba6d (diff) | |
download | busybox-29e2c45a5b317556a890a86ca7780e589072151c.zip busybox-29e2c45a5b317556a890a86ca7780e589072151c.tar.gz |
tc: consolidate its disabled bits
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'networking/Config.src')
-rw-r--r-- | networking/Config.src | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/networking/Config.src b/networking/Config.src index 4d92188..527bdd1 100644 --- a/networking/Config.src +++ b/networking/Config.src @@ -48,16 +48,6 @@ config VERBOSE_RESOLUTION_ERRORS INSERT -#config TC -# bool "tc" -# default y -# help -# show / manipulate traffic control settings -# -#config FEATURE_TC_INGRESS -# def_bool n -# depends on TC - source networking/udhcp/Config.in config IFUPDOWN_UDHCPC_CMD_OPTIONS |