diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2016-11-13 22:35:10 +0100 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2016-11-13 22:35:10 +0100 |
commit | 67fd2f2858ac63d46f42ef3c096b007ac7362849 (patch) | |
tree | 6ddad3566873d9874434cd5ad4a7e3eb9b251b8d /networking/Kbuild.src | |
parent | 9655f95d0f501b03b33c7896b7b0c23d090aff81 (diff) | |
download | busybox-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.src | 1 |
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 | |||
16 | lib-$(CONFIG_FTPD) += ftpd.o | 16 | lib-$(CONFIG_FTPD) += ftpd.o |
17 | lib-$(CONFIG_FTPGET) += ftpgetput.o | 17 | lib-$(CONFIG_FTPGET) += ftpgetput.o |
18 | lib-$(CONFIG_FTPPUT) += ftpgetput.o | 18 | lib-$(CONFIG_FTPPUT) += ftpgetput.o |
19 | lib-$(CONFIG_HOSTNAME) += hostname.o | ||
20 | lib-$(CONFIG_HTTPD) += httpd.o | 19 | lib-$(CONFIG_HTTPD) += httpd.o |
21 | lib-$(CONFIG_IFCONFIG) += ifconfig.o interface.o | 20 | lib-$(CONFIG_IFCONFIG) += ifconfig.o interface.o |
22 | lib-$(CONFIG_IFENSLAVE) += ifenslave.o interface.o | 21 | lib-$(CONFIG_IFENSLAVE) += ifenslave.o interface.o |