diff options
Diffstat (limited to 'applets/busybox.c')
-rw-r--r-- | applets/busybox.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/applets/busybox.c b/applets/busybox.c index 30ea112..0ffa94e 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 |