diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2008-02-26 18:25:24 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2008-02-26 18:25:24 +0000 |
commit | 06aed4316e1f486f78c6487181c75cb22a70c639 (patch) | |
tree | 65a21a2b40b877b985bfe746df01358546cbf878 /networking/Kbuild | |
parent | 04bb2d2d06a87b08743ee997fcd8465bfed809d1 (diff) | |
download | busybox-w32-06aed4316e1f486f78c6487181c75cb22a70c639.tar.gz busybox-w32-06aed4316e1f486f78c6487181c75cb22a70c639.tar.bz2 busybox-w32-06aed4316e1f486f78c6487181c75cb22a70c639.zip |
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 8f309cdb2..e06a12462 100644 --- a/networking/Kbuild +++ b/networking/Kbuild | |||
@@ -17,6 +17,7 @@ lib-$(CONFIG_FTPPUT) += ftpgetput.o | |||
17 | lib-$(CONFIG_HOSTNAME) += hostname.o | 17 | lib-$(CONFIG_HOSTNAME) += hostname.o |
18 | lib-$(CONFIG_HTTPD) += httpd.o | 18 | lib-$(CONFIG_HTTPD) += httpd.o |
19 | lib-$(CONFIG_IFCONFIG) += ifconfig.o interface.o | 19 | lib-$(CONFIG_IFCONFIG) += ifconfig.o interface.o |
20 | lib-$(CONFIG_IFENSLAVE) += ifenslave.o | ||
20 | lib-$(CONFIG_IFUPDOWN) += ifupdown.o | 21 | lib-$(CONFIG_IFUPDOWN) += ifupdown.o |
21 | lib-$(CONFIG_INETD) += inetd.o | 22 | lib-$(CONFIG_INETD) += inetd.o |
22 | lib-$(CONFIG_IP) += ip.o | 23 | lib-$(CONFIG_IP) += ip.o |