- add WIP stub for tc.

Printing worked at some point. Modify/Delete needs some refacturing.
This commit is contained in:
Bernhard Reutner-Fischer
2008-09-04 13:22:58 +00:00
parent 161931efa5
commit 0901c51518
7 changed files with 579 additions and 4 deletions

View File

@@ -32,6 +32,7 @@ lib-$(CONFIG_PSCAN) += pscan.o
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