mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 09:41:03 -04:00
Fix a leftover "iwi_boot" string.
Submitted by: gallatin
This commit is contained in:
parent
65030cb84d
commit
6afd356ecf
1 changed files with 1 additions and 1 deletions
|
|
@ -174,7 +174,7 @@ static moduledata_t " opt_m "_fw_mod = {\
|
|||
};\
|
||||
DECLARE_MODULE(" opt_m "_fw, " opt_m "_fw_mod, SI_SUB_DRIVERS, SI_ORDER_FIRST);\
|
||||
MODULE_VERSION(" opt_m "_fw, 1);\
|
||||
MODULE_DEPEND(iwi_boot_fw, firmware, 1, 1, 1);\
|
||||
MODULE_DEPEND(" opt_m "_fw, firmware, 1, 1, 1);\
|
||||
");
|
||||
|
||||
if (opt_c)
|
||||
|
|
|
|||
Loading…
Reference in a new issue