]> git.ipfire.org Git - thirdparty/kmod.git/blobdiff - tools/kmod.c
tools: kmod: bundle depmod together with the others
[thirdparty/kmod.git] / tools / kmod.c
index a5cb6da3ba5fdf1cb4702437c6a0436591bc552a..557c2da4be2ee55e06c6979d8485a7b68f6c1531 100644 (file)
@@ -45,6 +45,7 @@ static const struct kmod_cmd *kmod_compat_cmds[] = {
        &kmod_cmd_compat_insmod,
        &kmod_cmd_compat_modinfo,
        &kmod_cmd_compat_modprobe,
+       &kmod_cmd_compat_depmod,
 };
 
 static int kmod_help(int argc, char *argv[])