Fix what looks like a typo: MODULE_DEPEND() takes module names,
not KLD file names; and GELI module's name is g_eli, not geom_eli. Approved by: pjd (silence) MFC after: 5 days
This commit is contained in:
parent
9c8cab3814
commit
f6829a059f
@ -1030,4 +1030,4 @@ g_eli_dumpconf(struct sbuf *sb, const char *indent, struct g_geom *gp,
|
||||
}
|
||||
|
||||
DECLARE_GEOM_CLASS(g_eli_class, g_eli);
|
||||
MODULE_DEPEND(geom_eli, crypto, 1, 1, 1);
|
||||
MODULE_DEPEND(g_eli, crypto, 1, 1, 1);
|
||||
|
Loading…
x
Reference in New Issue
Block a user