mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
Use GENERIC for both pccard and non-pccard disks now that GENERIC is
(or should be) everything that PCCARD is.
This commit is contained in:
parent
d62b57c22f
commit
968f82b738
1 changed files with 2 additions and 2 deletions
|
|
@ -29,12 +29,12 @@ PCCARD?=NO
|
|||
|
||||
.if ${PCCARD} == "YES"
|
||||
CARDDEV=card0 card1 card2 card3
|
||||
KERNCONF=PCCARD
|
||||
.else
|
||||
CARDDEV=
|
||||
KERNCONF=GENERIC
|
||||
.endif
|
||||
|
||||
# We now use GENERIC for the pccard kernel.
|
||||
KERNCONF=GENERIC
|
||||
|
||||
# If you are using a local CVS repository with components stored in
|
||||
# non-standard modules, override these on the make commandline or
|
||||
|
|
|
|||
Loading…
Reference in a new issue