diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2016-11-14 18:31:07 +0100 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2016-11-14 18:31:07 +0100 |
commit | a8c696bf09d8151323f6e99348c4bc8989f829c8 (patch) | |
tree | 34b59ab83132296ea7c1c9618fdb58276a077d22 /networking/Kbuild.src | |
parent | f417ffd88f194bbfd18605882ee242190c1bab34 (diff) | |
download | busybox-w32-a8c696bf09d8151323f6e99348c4bc8989f829c8.tar.gz busybox-w32-a8c696bf09d8151323f6e99348c4bc8989f829c8.tar.bz2 busybox-w32-a8c696bf09d8151323f6e99348c4bc8989f829c8.zip |
Make ifup and ifdown individually selectable.
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'networking/Kbuild.src')
-rw-r--r-- | networking/Kbuild.src | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/networking/Kbuild.src b/networking/Kbuild.src index e14070647..4ad750283 100644 --- a/networking/Kbuild.src +++ b/networking/Kbuild.src | |||
@@ -20,7 +20,6 @@ lib-$(CONFIG_HTTPD) += httpd.o | |||
20 | lib-$(CONFIG_IFCONFIG) += ifconfig.o interface.o | 20 | lib-$(CONFIG_IFCONFIG) += ifconfig.o interface.o |
21 | lib-$(CONFIG_IFENSLAVE) += ifenslave.o interface.o | 21 | lib-$(CONFIG_IFENSLAVE) += ifenslave.o interface.o |
22 | lib-$(CONFIG_IFPLUGD) += ifplugd.o | 22 | lib-$(CONFIG_IFPLUGD) += ifplugd.o |
23 | lib-$(CONFIG_IFUPDOWN) += ifupdown.o | ||
24 | lib-$(CONFIG_INETD) += inetd.o | 23 | lib-$(CONFIG_INETD) += inetd.o |
25 | lib-$(CONFIG_IP) += ip.o | 24 | lib-$(CONFIG_IP) += ip.o |
26 | lib-$(CONFIG_IPCALC) += ipcalc.o | 25 | lib-$(CONFIG_IPCALC) += ipcalc.o |