aboutsummaryrefslogtreecommitdiff
path: root/applets
diff options
context:
space:
mode:
Diffstat (limited to 'applets')
-rw-r--r--applets/busybox.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/applets/busybox.c b/applets/busybox.c
index 95fee63d6..c2477a537 100644
--- a/applets/busybox.c
+++ b/applets/busybox.c
@@ -311,6 +311,9 @@ static const struct Applet applets[] = {
311#ifdef BB_UPDATE 311#ifdef BB_UPDATE
312 {"update", update_main, _BB_DIR_SBIN}, 312 {"update", update_main, _BB_DIR_SBIN},
313#endif 313#endif
314#ifdef BB_USLEEP
315 {"usleep", usleep_main, _BB_DIR_BIN},
316#endif
314#ifdef BB_WC 317#ifdef BB_WC
315 {"wc", wc_main, _BB_DIR_USR_BIN}, 318 {"wc", wc_main, _BB_DIR_USR_BIN},
316#endif 319#endif