summaryrefslogtreecommitdiff
path: root/networking/Kbuild
diff options
context:
space:
mode:
authorDenis Vlasenko2009-01-23 02:07:14 +0000
committerDenis Vlasenko2009-01-23 02:07:14 +0000
commit39b681343bee81fb7c31fd06e4dc5343bcef1292 (patch)
tree9f5896b38ed4c9069da747e1987eb5220677ade5 /networking/Kbuild
parentf6107c7e885da0f952569252798b7fc6b4d46411 (diff)
downloadbusybox-39b681343bee81fb7c31fd06e4dc5343bcef1292.zip
busybox-39b681343bee81fb7c31fd06e4dc5343bcef1292.tar.gz
tunctl: new applet by Vladimir
function old new delta tunctl_main - 371 +371 packed_usage 25669 25799 +130 applet_names 1981 1988 +7 applet_main 1192 1196 +4 applet_nameofs 596 598 +2 applet_install_loc 149 150 +1 ------------------------------------------------------------------------------ (add/remove: 1/0 grow/shrink: 5/0 up/down: 515/0) Total: 515 bytes
Diffstat (limited to 'networking/Kbuild')
-rw-r--r--networking/Kbuild1
1 files changed, 1 insertions, 0 deletions
diff --git a/networking/Kbuild b/networking/Kbuild
index 63d0745..7707126 100644
--- a/networking/Kbuild
+++ b/networking/Kbuild
@@ -36,6 +36,7 @@ lib-$(CONFIG_TELNETD) += telnetd.o
lib-$(CONFIG_TFTP) += tftp.o
lib-$(CONFIG_TFTPD) += tftp.o
lib-$(CONFIG_TRACEROUTE) += traceroute.o
+lib-$(CONFIG_TUNCTL) += tunctl.o
lib-$(CONFIG_VCONFIG) += vconfig.o
lib-$(CONFIG_WGET) += wget.o
lib-$(CONFIG_ZCIP) += zcip.o