diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2009-04-26 01:08:51 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2009-04-26 01:08:51 +0000 |
commit | 71c165780ac83b0562a7cbc3b57e87807f02055b (patch) | |
tree | ac33a1f5952103df64846103301c672e32b38606 /networking/Kbuild | |
parent | 5bf59c104af94e918ce879352f27b40099bf51be (diff) | |
download | busybox-71c165780ac83b0562a7cbc3b57e87807f02055b.tar.gz |
ifplugd: new applet by Maksym Kryzhanovskyy (xmaks AT email.cz)
+3k code and 0.5k in messages. Most of the bloat due to compat :(
Diffstat (limited to 'networking/Kbuild')
-rw-r--r-- | networking/Kbuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/networking/Kbuild b/networking/Kbuild index d632774ff..866d42f6b 100644 --- a/networking/Kbuild +++ b/networking/Kbuild @@ -18,6 +18,7 @@ lib-$(CONFIG_HOSTNAME) += hostname.o lib-$(CONFIG_HTTPD) += httpd.o lib-$(CONFIG_IFCONFIG) += ifconfig.o interface.o lib-$(CONFIG_IFENSLAVE) += ifenslave.o interface.o +lib-$(CONFIG_IFPLUGD) += ifplugd.o lib-$(CONFIG_IFUPDOWN) += ifupdown.o lib-$(CONFIG_INETD) += inetd.o lib-$(CONFIG_IP) += ip.o |