mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Fix the 'file not found' in the load target, someone
forgot to add the '.ko' to the end of the module filename.
This commit is contained in:
parent
cbe8602290
commit
48bd8a660c
1 changed files with 1 additions and 1 deletions
|
|
@ -241,7 +241,7 @@ distribute: _SUBDIR
|
|||
|
||||
.if !target(load)
|
||||
load: ${PROG}
|
||||
${KMODLOAD} -v ./${KMOD}
|
||||
${KMODLOAD} -v ./${KMOD}.ko
|
||||
.endif
|
||||
|
||||
.if !target(unload)
|
||||
|
|
|
|||
Loading…
Reference in a new issue