diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2015-10-07 01:39:40 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2015-10-07 01:39:40 +0200 |
commit | 1c6c670ed44a77ab4784ea0d4ac5411d7b0648d8 (patch) | |
tree | 477c1daf40605269b4ee5912c5402d3f9e60aabc /networking/Kbuild.src | |
parent | 3b650c1e7b0bcbb4dfebab6fd87449e6b1e0b788 (diff) | |
download | busybox-w32-1c6c670ed44a77ab4784ea0d4ac5411d7b0648d8.tar.gz busybox-w32-1c6c670ed44a77ab4784ea0d4ac5411d7b0648d8.tar.bz2 busybox-w32-1c6c670ed44a77ab4784ea0d4ac5411d7b0648d8.zip |
wget: make openssl/ssl_helper choice configurable
I got sick of not being able to wget a https file...
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 944f27be1..79f54824b 100644 --- a/networking/Kbuild.src +++ b/networking/Kbuild.src | |||
@@ -41,7 +41,6 @@ lib-$(CONFIG_TFTPD) += tftp.o | |||
41 | lib-$(CONFIG_TRACEROUTE) += traceroute.o | 41 | lib-$(CONFIG_TRACEROUTE) += traceroute.o |
42 | lib-$(CONFIG_TUNCTL) += tunctl.o | 42 | lib-$(CONFIG_TUNCTL) += tunctl.o |
43 | lib-$(CONFIG_VCONFIG) += vconfig.o | 43 | lib-$(CONFIG_VCONFIG) += vconfig.o |
44 | lib-$(CONFIG_WGET) += wget.o | ||
45 | lib-$(CONFIG_ZCIP) += zcip.o | 44 | lib-$(CONFIG_ZCIP) += zcip.o |
46 | 45 | ||
47 | lib-$(CONFIG_TCPSVD) += tcpudp.o tcpudp_perhost.o | 46 | lib-$(CONFIG_TCPSVD) += tcpudp.o tcpudp_perhost.o |