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 4d676e7c0..4967e5fa3 100644
--- a/applets/busybox.c
+++ b/applets/busybox.c
@@ -105,6 +105,9 @@ static const struct Applet applets[] = {
105#ifdef BB_LS //bin 105#ifdef BB_LS //bin
106 {"ls", ls_main}, 106 {"ls", ls_main},
107#endif 107#endif
108#ifdef BB_LSMOD //sbin
109 {"lsmod", lsmod_main},
110#endif
108#ifdef BB_MAKEDEVS //sbin 111#ifdef BB_MAKEDEVS //sbin
109 {"makedevs", makedevs_main}, 112 {"makedevs", makedevs_main},
110#endif 113#endif