mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
Set a dependancy on fbt module for ARM.
This commit is contained in:
parent
7f93d696bf
commit
a1faeea684
1 changed files with 1 additions and 1 deletions
|
|
@ -69,7 +69,7 @@ MODULE_DEPEND(dtraceall, dtmalloc, 1, 1, 1);
|
|||
#if defined(NFSCL)
|
||||
MODULE_DEPEND(dtraceall, dtnfscl, 1, 1, 1);
|
||||
#endif
|
||||
#if defined(__amd64__) || defined(__i386__) || defined(__powerpc__)
|
||||
#if defined(__amd64__) || defined(__i386__) || defined(__powerpc__) || defined(__arm__)
|
||||
MODULE_DEPEND(dtraceall, fbt, 1, 1, 1);
|
||||
#endif
|
||||
#if defined(__amd64__) || defined(__i386__)
|
||||
|
|
|
|||
Loading…
Reference in a new issue