mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 01:30:30 -04:00
Install devmatch.conf, don't install usb.conf
This commit is contained in:
parent
4d6e935eb2
commit
4f28883dcd
1 changed files with 2 additions and 1 deletions
|
|
@ -12,13 +12,14 @@ FILES+= apple.conf
|
|||
.if ${MK_ACPI} != "no"
|
||||
FILES+= asus.conf
|
||||
.endif
|
||||
FILES+=devmatch.conf
|
||||
.if ${MK_HYPERV} != "no"
|
||||
FILES+= hyperv.conf
|
||||
.endif
|
||||
.endif
|
||||
|
||||
.if ${MK_USB} != "no"
|
||||
FILES+= uath.conf ulpt.conf usb.conf
|
||||
FILES+= uath.conf ulpt.conf
|
||||
.endif
|
||||
|
||||
.if ${MK_ZFS} != "no"
|
||||
|
|
|
|||
Loading…
Reference in a new issue