diff options
author | Denis Vlasenko | 2008-02-26 18:25:24 +0000 |
---|---|---|
committer | Denis Vlasenko | 2008-02-26 18:25:24 +0000 |
commit | 06aed4316e1f486f78c6487181c75cb22a70c639 (patch) | |
tree | 65a21a2b40b877b985bfe746df01358546cbf878 /networking/Kbuild | |
parent | 04bb2d2d06a87b08743ee997fcd8465bfed809d1 (diff) | |
download | busybox-06aed4316e1f486f78c6487181c75cb22a70c639.zip busybox-06aed4316e1f486f78c6487181c75cb22a70c639.tar.gz |
ifenslave: new applet. closes bug 115.
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 8f309cd..e06a124 100644 --- a/networking/Kbuild +++ b/networking/Kbuild @@ -17,6 +17,7 @@ lib-$(CONFIG_FTPPUT) += ftpgetput.o lib-$(CONFIG_HOSTNAME) += hostname.o lib-$(CONFIG_HTTPD) += httpd.o lib-$(CONFIG_IFCONFIG) += ifconfig.o interface.o +lib-$(CONFIG_IFENSLAVE) += ifenslave.o lib-$(CONFIG_IFUPDOWN) += ifupdown.o lib-$(CONFIG_INETD) += inetd.o lib-$(CONFIG_IP) += ip.o |