summaryrefslogtreecommitdiff
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 36cf0a05c..cea191cb3 100644
--- a/applets/busybox.c
+++ b/applets/busybox.c
@@ -139,6 +139,9 @@ static const struct Applet applets[] = {
139#ifdef BB_KILL //bin 139#ifdef BB_KILL //bin
140 {"kill", kill_main}, 140 {"kill", kill_main},
141#endif 141#endif
142#ifdef BB_KILLALL //usr/bin
143 {"killall", kill_main},
144#endif
142#ifdef BB_LENGTH //usr/bin 145#ifdef BB_LENGTH //usr/bin
143 {"length", length_main}, 146 {"length", length_main},
144#endif 147#endif