mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
correct the entry for the Linksys EtherFast 10/100
PC Card (PCMPC100). the entry was one character short...the final ")" was missing. Pointed out by: Chris D. Faulhaber - jedgar@fxp.org - jedgar@FreeBSD.org
This commit is contained in:
parent
a0067d7b89
commit
1548ca3cf2
2 changed files with 2 additions and 2 deletions
|
|
@ -136,7 +136,7 @@ card "Linksys" "Combo PCMCIA EthernetCard (EC2T)"
|
|||
remove /sbin/ifconfig ed0 delete
|
||||
|
||||
#Linksys EtherFast 10/100 PC Card (PCMPC100)
|
||||
card "Linksys" "EtherFast 10/100 PC Card (PCMPC100"
|
||||
card "Linksys" "EtherFast 10/100 PC Card (PCMPC100)"
|
||||
config 0x3 "ed0" ?
|
||||
insert echo Linksys Fast 100-BaseT inserted
|
||||
insert /etc/pccard_ether ed0
|
||||
|
|
|
|||
|
|
@ -136,7 +136,7 @@ card "Linksys" "Combo PCMCIA EthernetCard (EC2T)"
|
|||
remove /sbin/ifconfig ed0 delete
|
||||
|
||||
#Linksys EtherFast 10/100 PC Card (PCMPC100)
|
||||
card "Linksys" "EtherFast 10/100 PC Card (PCMPC100"
|
||||
card "Linksys" "EtherFast 10/100 PC Card (PCMPC100)"
|
||||
config 0x3 "ed0" ?
|
||||
insert echo Linksys Fast 100-BaseT inserted
|
||||
insert /etc/pccard_ether ed0
|
||||
|
|
|
|||
Loading…
Reference in a new issue