diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2008-09-04 13:22:58 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2008-09-04 13:22:58 +0000 |
commit | 0901c515183de69c73a9385a33f7464bc0219204 (patch) | |
tree | 14fe75e854c8d77cc5fec687ba469acad4bc8f8e /networking/Config.in | |
parent | 161931efa510e641d72465378bfc6ce8373d2cd7 (diff) | |
download | busybox-w32-0901c515183de69c73a9385a33f7464bc0219204.tar.gz busybox-w32-0901c515183de69c73a9385a33f7464bc0219204.tar.bz2 busybox-w32-0901c515183de69c73a9385a33f7464bc0219204.zip |
- add WIP stub for tc.
Printing worked at some point. Modify/Delete needs some refacturing.
Diffstat (limited to 'networking/Config.in')
-rw-r--r-- | networking/Config.in | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/networking/Config.in b/networking/Config.in index 91f172997..f23ca47c0 100644 --- a/networking/Config.in +++ b/networking/Config.in | |||
@@ -700,6 +700,16 @@ config SLATTACH | |||
700 | slattach is a small utility to attach network interfaces to serial | 700 | slattach is a small utility to attach network interfaces to serial |
701 | lines. | 701 | lines. |
702 | 702 | ||
703 | #config TC | ||
704 | # bool "tc" | ||
705 | # default n | ||
706 | # help | ||
707 | # show / manipulate traffic control settings | ||
708 | # | ||
709 | #config FEATURE_TC_INGRESS | ||
710 | # def_bool n | ||
711 | # depends on TC | ||
712 | |||
703 | config TELNET | 713 | config TELNET |
704 | bool "telnet" | 714 | bool "telnet" |
705 | default n | 715 | default n |