commit | 0901c515183de69c73a9385a33f7464bc0219204 | [log] [tgz] |
---|---|---|
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | Thu Sep 04 13:22:58 2008 +0000 |
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | Thu Sep 04 13:22:58 2008 +0000 |
tree | 14fe75e854c8d77cc5fec687ba469acad4bc8f8e | |
parent | 161931efa510e641d72465378bfc6ce8373d2cd7 [diff] [blame] |
- add WIP stub for tc. Printing worked at some point. Modify/Delete needs some refacturing.
diff --git a/networking/Kbuild b/networking/Kbuild index be2ef94..75cc20f 100644 --- a/networking/Kbuild +++ b/networking/Kbuild
@@ -32,6 +32,7 @@ lib-$(CONFIG_ROUTE) += route.o lib-$(CONFIG_SENDMAIL) += sendmail.o lib-$(CONFIG_SLATTACH) += slattach.o +lib-$(CONFIG_TC) += tc.o lib-$(CONFIG_TELNET) += telnet.o lib-$(CONFIG_TELNETD) += telnetd.o lib-$(CONFIG_TFTP) += tftp.o