mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Add net device to netboot.
This commit is contained in:
parent
a51c074b64
commit
622b8a671c
1 changed files with 3 additions and 0 deletions
|
|
@ -6,6 +6,9 @@
|
|||
|
||||
# Alpha-specific bootstrap sources
|
||||
SRCS+= main.c conf.c
|
||||
.if ${BASE} == netboot
|
||||
SRCS+= dev_net.c
|
||||
.endif
|
||||
|
||||
# Always add MI sources
|
||||
.PATH: ${.CURDIR}/../../common
|
||||
|
|
|
|||
Loading…
Reference in a new issue