aboutsummaryrefslogtreecommitdiff
path: root/networking/Kbuild.src
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2016-11-13 22:35:10 +0100
committerDenys Vlasenko <vda.linux@googlemail.com>2016-11-13 22:35:10 +0100
commit67fd2f2858ac63d46f42ef3c096b007ac7362849 (patch)
tree6ddad3566873d9874434cd5ad4a7e3eb9b251b8d /networking/Kbuild.src
parent9655f95d0f501b03b33c7896b7b0c23d090aff81 (diff)
downloadbusybox-w32-67fd2f2858ac63d46f42ef3c096b007ac7362849.tar.gz
busybox-w32-67fd2f2858ac63d46f42ef3c096b007ac7362849.tar.bz2
busybox-w32-67fd2f2858ac63d46f42ef3c096b007ac7362849.zip
dnsdomainname: split it from "hostname", make it independently selectable
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'networking/Kbuild.src')
-rw-r--r--networking/Kbuild.src1
1 files changed, 0 insertions, 1 deletions
diff --git a/networking/Kbuild.src b/networking/Kbuild.src
index 79f54824b..e14070647 100644
--- a/networking/Kbuild.src
+++ b/networking/Kbuild.src
@@ -16,7 +16,6 @@ lib-$(CONFIG_FAKEIDENTD) += isrv_identd.o isrv.o
16lib-$(CONFIG_FTPD) += ftpd.o 16lib-$(CONFIG_FTPD) += ftpd.o
17lib-$(CONFIG_FTPGET) += ftpgetput.o 17lib-$(CONFIG_FTPGET) += ftpgetput.o
18lib-$(CONFIG_FTPPUT) += ftpgetput.o 18lib-$(CONFIG_FTPPUT) += ftpgetput.o
19lib-$(CONFIG_HOSTNAME) += hostname.o
20lib-$(CONFIG_HTTPD) += httpd.o 19lib-$(CONFIG_HTTPD) += httpd.o
21lib-$(CONFIG_IFCONFIG) += ifconfig.o interface.o 20lib-$(CONFIG_IFCONFIG) += ifconfig.o interface.o
22lib-$(CONFIG_IFENSLAVE) += ifenslave.o interface.o 21lib-$(CONFIG_IFENSLAVE) += ifenslave.o interface.o