mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Remove opt_wi.h from module and fix typo in pccarddevs.
This commit is contained in:
parent
db4ba9a33e
commit
ff54eabd8a
2 changed files with 2 additions and 7 deletions
|
|
@ -316,7 +316,7 @@ product ELSA MC2_IEEE 0x0001 AirLancer MC-2 IEEE
|
|||
product ELSA XI300_IEEE 0x0002 XI300 Wireless LAN
|
||||
product ELSA XI800_IEEE 0x0004 XI800 CF Wireless LAN
|
||||
product ELSA XI325_IEEE 0x0005 XI325 Wireless LAN
|
||||
product ESLA APDL325_IEEE 0x0006 ADPL325 Wireless LAN
|
||||
product ELSA APDL325_IEEE 0x0006 ADPL325 Wireless LAN
|
||||
product ELSA XI330_IEEE 0x0010 XI330 Wireless LAN
|
||||
product ELSA WIFI_FLASH 0x0101 802.11b plus 128MB Flash
|
||||
|
||||
|
|
|
|||
|
|
@ -3,12 +3,7 @@
|
|||
.PATH: ${.CURDIR}/../../dev/wi
|
||||
|
||||
KMOD= if_wi
|
||||
SRCS= opt_wi.h if_wi.c if_wi_pccard.c if_wi_pci.c \
|
||||
SRCS= if_wi.c if_wi_pccard.c if_wi_pci.c \
|
||||
card_if.h device_if.h bus_if.h pci_if.h pccarddevs.h
|
||||
|
||||
.if !defined(KERNBUILDDIR)
|
||||
opt_wi.h:
|
||||
echo "#define WI_SYMBOL_FIRMWARE 1" > ${.TARGET}
|
||||
.endif
|
||||
|
||||
.include <bsd.kmod.mk>
|
||||
|
|
|
|||
Loading…
Reference in a new issue