summaryrefslogtreecommitdiffstats
path: root/update_kernel
diff options
context:
space:
mode:
Diffstat (limited to 'update_kernel')
-rwxr-xr-xupdate_kernel2
1 files changed, 1 insertions, 1 deletions
diff --git a/update_kernel b/update_kernel
index 7eb75ff3a..77a0b3161 100755
--- a/update_kernel
+++ b/update_kernel
@@ -9,7 +9,7 @@ function f() {
f "scsi|disk" ; SCSI_DRIVERS=$v
f "net" ; NETWORK_DRIVERS=$v
f "scsi|cdrom" ; CD_DRIVERS=$v
-f "pcmcia|paride" ; PCMCIA_DRIVERS=$v
+f "pcmcia" ; PCMCIA_DRIVERS=$v
MISCMODULES="lp.o parport_pc.o parport.o loop.o"
FSMODULES="vfat.o fat.o"