diff options
author | Denys Vlasenko | 2016-11-14 18:31:07 +0100 |
---|---|---|
committer | Denys Vlasenko | 2016-11-14 18:31:07 +0100 |
commit | a8c696bf09d8151323f6e99348c4bc8989f829c8 (patch) | |
tree | 34b59ab83132296ea7c1c9618fdb58276a077d22 /networking/Kbuild.src | |
parent | f417ffd88f194bbfd18605882ee242190c1bab34 (diff) | |
download | busybox-a8c696bf09d8151323f6e99348c4bc8989f829c8.zip busybox-a8c696bf09d8151323f6e99348c4bc8989f829c8.tar.gz |
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 e140706..4ad7502 100644 --- a/networking/Kbuild.src +++ b/networking/Kbuild.src @@ -20,7 +20,6 @@ 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 lib-$(CONFIG_IPCALC) += ipcalc.o |