mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Fix kernel module dependency. linprocfs depends on sysvmsg and sysvsem.
Submitted by: nork
This commit is contained in:
parent
2e137367b4
commit
6e612eca81
1 changed files with 2 additions and 0 deletions
|
|
@ -1238,3 +1238,5 @@ linprocfs_uninit(PFS_INIT_ARGS)
|
|||
PSEUDOFS(linprocfs, 1);
|
||||
MODULE_DEPEND(linprocfs, linux, 1, 1, 1);
|
||||
MODULE_DEPEND(linprocfs, procfs, 1, 1, 1);
|
||||
MODULE_DEPEND(linprocfs, sysvmsg, 1, 1, 1);
|
||||
MODULE_DEPEND(linprocfs, sysvsem, 1, 1, 1);
|
||||
|
|
|
|||
Loading…
Reference in a new issue