mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 09:41:03 -04:00
LINT: Remove DTrace support, but leave the commented out option
Fixes: 2f91534563
Reported by: John Baldwin <jhb@FreeBSD.org>
Sponsored by: Rubicon Communications, LLC ("Netgate")
This commit is contained in:
parent
c49c9da239
commit
daad0b6501
1 changed files with 6 additions and 0 deletions
|
|
@ -2,6 +2,12 @@
|
|||
|
||||
# Common NOTES between i386 and amd64
|
||||
|
||||
#
|
||||
# Enable the kernel DTrace hooks which are required to load the DTrace
|
||||
# kernel modules.
|
||||
#
|
||||
#options KDTRACE_HOOKS
|
||||
|
||||
# DTrace core
|
||||
# NOTE: introduces CDDL-licensed components into the kernel
|
||||
#device dtrace
|
||||
|
|
|
|||
Loading…
Reference in a new issue