X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=applets%2Fbusybox.c;h=895accd93be7fa44e82efaf0914ee537ba95b35e;hb=6da0ae8183a31d4faab745d534a363c7e66ef864;hp=a9cd6e07902c0cdba4eab0eee170e5bfa49c989b;hpb=3d7e3414da38fce26a7f53f7ea36ddf781fa0233;p=oweals%2Fbusybox.git diff --git a/applets/busybox.c b/applets/busybox.c index a9cd6e079..895accd93 100644 --- a/applets/busybox.c +++ b/applets/busybox.c @@ -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