mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
pkgbase: move devd's hyperv.conf to hyperv-tools package
This devd config file is useless without hyperv-tools, so we're moving it into the hyperv-tools package. pr#263691 PR: 263691 MFC after: 3 days
This commit is contained in:
parent
09dd1adfa4
commit
7ac164dc8e
1 changed files with 4 additions and 1 deletions
|
|
@ -13,7 +13,10 @@ DEVD+= asus.conf
|
|||
.endif
|
||||
|
||||
.if ${MK_HYPERV} != "no"
|
||||
DEVD+= hyperv.conf
|
||||
CONFGROUPS+= HYPERV
|
||||
HYPERVDIR=${DEVDDIR}
|
||||
HYPERV+= hyperv.conf
|
||||
HYPERVPACKAGE= hyperv-tools
|
||||
.endif
|
||||
|
||||
.if ${MK_USB} != "no"
|
||||
|
|
|
|||
Loading…
Reference in a new issue