aboutsummaryrefslogtreecommitdiff
path: root/busybox.c
diff options
context:
space:
mode:
Diffstat (limited to 'busybox.c')
-rw-r--r--busybox.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/busybox.c b/busybox.c
index 4d676e7c0..4967e5fa3 100644
--- a/busybox.c
+++ b/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