mirror of
https://github.com/opnsense/src.git
synced 2026-03-24 19:53:08 -04:00
Fix cut and paste typo that prevented T5 firmware to be compiled in.
Reviewed by: np
This commit is contained in:
parent
019e613255
commit
03f55691de
1 changed files with 1 additions and 1 deletions
|
|
@ -1399,7 +1399,7 @@ t4fw.fw optional cxgbe \
|
|||
no-obj no-implicit-rule \
|
||||
clean "t4fw.fw"
|
||||
t5fw_cfg.c optional cxgbe \
|
||||
compile-with "${AWK} -f $S/tools/fw_stub.awk t5fw_cfg.fw:t5fw_cfg t5fw_cfg_uwire.fw:t5fw_cfg_uwire t4fw.fw:t4fw -mt5fw_cfg -c${.TARGET}" \
|
||||
compile-with "${AWK} -f $S/tools/fw_stub.awk t5fw_cfg.fw:t5fw_cfg t5fw_cfg_uwire.fw:t5fw_cfg_uwire t5fw.fw:t5fw -mt5fw_cfg -c${.TARGET}" \
|
||||
no-implicit-rule before-depend local \
|
||||
clean "t5fw_cfg.c"
|
||||
t5fw_cfg.fwo optional cxgbe \
|
||||
|
|
|
|||
Loading…
Reference in a new issue