mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
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
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Reference in a new issue