mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
-DWI_HOSTAP no longer needed
This commit is contained in:
parent
b0152b2e40
commit
64fa2b20c6
1 changed files with 1 additions and 1 deletions
|
|
@ -3,7 +3,7 @@
|
|||
.PATH: ${.CURDIR}/../../dev/wi
|
||||
|
||||
KMOD= if_wi
|
||||
SRCS= if_wi.c if_wi_pccard.c if_wi_pci.c \
|
||||
SRCS= if_wi.c if_wi_pccard.c if_wi_pci.c wi_hostap.c \
|
||||
card_if.h device_if.h bus_if.h pci_if.h
|
||||
|
||||
.include <bsd.kmod.mk>
|
||||
|
|
|
|||
Loading…
Reference in a new issue