mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
Add module dependancy on nfs.
This commit is contained in:
parent
29881a8358
commit
492b5b35de
1 changed files with 1 additions and 0 deletions
|
|
@ -2220,4 +2220,5 @@ DECLARE_MODULE(nfslockd, nfslockd_mod, SI_SUB_VFS, SI_ORDER_ANY);
|
|||
|
||||
/* So that loader and kldload(2) can find us, wherever we are.. */
|
||||
MODULE_DEPEND(nfslockd, krpc, 1, 1, 1);
|
||||
MODULE_DEPEND(nfslockd, nfs, 1, 1, 1);
|
||||
MODULE_VERSION(nfslockd, 1);
|
||||
|
|
|
|||
Loading…
Reference in a new issue