mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Fix the build. The SMC_8020BT define doesn't exist yet.
Approved by: re (implicit)
This commit is contained in:
parent
619a359924
commit
0b98232c5c
1 changed files with 2 additions and 0 deletions
|
|
@ -57,7 +57,9 @@ static const struct pccard_product sn_pccard_products[] = {
|
|||
PCMCIA_CARD(DSPSI, XJACK),
|
||||
PCMCIA_CARD(NEWMEDIA, BASICS),
|
||||
PCMCIA_CARD(PSION, GOLDCARD),
|
||||
#if 0
|
||||
PCMCIA_CARD(SMC, 8020BT),
|
||||
#endif
|
||||
PCMCIA_CARD(SMC, SMC91C96),
|
||||
{ NULL }
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in a new issue