diff options
| author | Denys Vlasenko <vda.linux@googlemail.com> | 2018-02-06 17:11:15 +0100 |
|---|---|---|
| committer | Denys Vlasenko <vda.linux@googlemail.com> | 2018-02-06 17:11:15 +0100 |
| commit | 8d943175ceda0b5195a5956dadf7bd2c174df99f (patch) | |
| tree | 255c765fe0dadcd37fe453e0a62aec1e4e50553c | |
| parent | 1783ffa990814e2aac14e7ff5a4bbf2d5bebe3cc (diff) | |
| download | busybox-w32-8d943175ceda0b5195a5956dadf7bd2c174df99f.tar.gz busybox-w32-8d943175ceda0b5195a5956dadf7bd2c174df99f.tar.bz2 busybox-w32-8d943175ceda0b5195a5956dadf7bd2c174df99f.zip | |
fix a thinko in parse_pasv_epsv.c
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
| -rw-r--r-- | networking/parse_pasv_epsv.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/networking/parse_pasv_epsv.c b/networking/parse_pasv_epsv.c index f32087152..14f4d4258 100644 --- a/networking/parse_pasv_epsv.c +++ b/networking/parse_pasv_epsv.c | |||
| @@ -5,8 +5,8 @@ | |||
| 5 | * | 5 | * |
| 6 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. | 6 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. |
| 7 | */ | 7 | */ |
| 8 | //kbuild:lib-$(CONFIG_FTPGET) += ftpgetput.o | 8 | //kbuild:lib-$(CONFIG_FTPGET) += parse_pasv_epsv.o |
| 9 | //kbuild:lib-$(CONFIG_FTPPUT) += ftpgetput.o | 9 | //kbuild:lib-$(CONFIG_FTPPUT) += parse_pasv_epsv.o |
| 10 | //kbuild:lib-$(CONFIG_WGET) += parse_pasv_epsv.o | 10 | //kbuild:lib-$(CONFIG_WGET) += parse_pasv_epsv.o |
| 11 | 11 | ||
| 12 | #include "libbb.h" | 12 | #include "libbb.h" |
