mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
[ath_hal] if building with ALQ, ensure we actually depend upon ALQ.
This commit is contained in:
parent
b6c4248397
commit
86a656deb0
1 changed files with 3 additions and 0 deletions
|
|
@ -449,3 +449,6 @@ ath_hal_modevent(module_t mod __unused, int type, void *data __unused)
|
|||
|
||||
DEV_MODULE(ath_hal, ath_hal_modevent, NULL);
|
||||
MODULE_VERSION(ath_hal, 1);
|
||||
#if defined(AH_DEBUG_ALQ)
|
||||
MODULE_DEPEND(ath_hal, alq, 1, 1, 1);
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Reference in a new issue