mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Add dependency on linux, which is needed for proc/version.
This commit is contained in:
parent
4fea7a60e4
commit
315ab977dc
1 changed files with 1 additions and 0 deletions
|
|
@ -178,4 +178,5 @@ static struct vfsops linprocfs_vfsops = {
|
|||
};
|
||||
|
||||
VFS_SET(linprocfs_vfsops, linprocfs, VFCF_SYNTHETIC);
|
||||
MODULE_DEPEND(linprocfs, linux, 1, 1, 1);
|
||||
MODULE_DEPEND(linprocfs, procfs, 1, 1, 1);
|
||||
|
|
|
|||
Loading…
Reference in a new issue