mirror of
https://github.com/opnsense/src.git
synced 2026-06-29 20:35:02 -04:00
iwmfw: fix the path to the firmware file.
This commit is contained in:
parent
d4886179cb
commit
ecab6b807c
1 changed files with 1 additions and 1 deletions
|
|
@ -14,5 +14,5 @@ FIRMWS= ${_FIRM}:${KMOD}
|
|||
#
|
||||
#FIRMWARE_LICENSE=
|
||||
|
||||
${_FIRM}: ${.CURDIR}/${_FIRM}.uu
|
||||
${_FIRM}: ${.CURDIR}/../../../contrib/dev/iwm/${_FIRM}.uu
|
||||
uudecode -p $? > ${.TARGET}
|
||||
|
|
|
|||
Loading…
Reference in a new issue