mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
dtraceall: Automatically load kinst.ko on amd64
MFC after: 3 months
This commit is contained in:
parent
2e5699fb9c
commit
bf7022dee6
1 changed files with 3 additions and 0 deletions
|
|
@ -77,6 +77,9 @@ MODULE_DEPEND(dtraceall, fbt, 1, 1, 1);
|
|||
#endif
|
||||
#if defined(__amd64__) || defined(__i386__)
|
||||
MODULE_DEPEND(dtraceall, fasttrap, 1, 1, 1);
|
||||
#if defined(__amd64__)
|
||||
MODULE_DEPEND(dtraceall, kinst, 1, 1, 1);
|
||||
#endif
|
||||
#endif
|
||||
MODULE_DEPEND(dtraceall, sdt, 1, 1, 1);
|
||||
MODULE_DEPEND(dtraceall, systrace, 1, 1, 1);
|
||||
|
|
|
|||
Loading…
Reference in a new issue