From 9670083818467b01349e1df4ce97abc3c25b5a43 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Mon, 4 Sep 2000 15:15:55 +0000 Subject: Initial implementation of wget, from Chip Rosenthal . Very cool. Still lacks "chunked" transfer-coding, so not totally RFC compliant for HTTP1.1, but very nice nonethe less, and very small. -Erik --- applets/busybox.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'applets') diff --git a/applets/busybox.c b/applets/busybox.c index 30ea1121d..0ffa94e09 100644 --- a/applets/busybox.c +++ b/applets/busybox.c @@ -328,6 +328,9 @@ const struct BB_applet applets[] = { #ifdef BB_WC {"wc", wc_main, _BB_DIR_USR_BIN, wc_usage}, #endif +#ifdef BB_WGET + {"wget", wget_main, _BB_DIR_USR_BIN, wget_usage}, +#endif #ifdef BB_WHICH {"which", which_main, _BB_DIR_USR_BIN, which_usage}, #endif -- cgit v1.2.3