Minor fixes to rmmod. First pass at insmod (not yet working).
[oweals/busybox.git] / applets / busybox.c
index a9cd6e07902c0cdba4eab0eee170e5bfa49c989b..895accd93be7fa44e82efaf0914ee537ba95b35e 100644 (file)
@@ -87,6 +87,9 @@ static const struct Applet applets[] = {
 #ifdef BB_INIT                 //sbin
     {"init", init_main},
 #endif
+#ifdef BB_INSMOD               //sbin
+    {"insmod", insmod_main},
+#endif
 #ifdef BB_FEATURE_LINUXRC      //
     {"linuxrc", init_main},
 #endif