summaryrefslogtreecommitdiffstats
path: root/update_kernel
diff options
context:
space:
mode:
Diffstat (limited to 'update_kernel')
-rwxr-xr-xupdate_kernel8
1 files changed, 4 insertions, 4 deletions
diff --git a/update_kernel b/update_kernel
index 5572f89bf..ef122316e 100755
--- a/update_kernel
+++ b/update_kernel
@@ -8,10 +8,10 @@ function f() {
ARCH=`uname -m | sed -e 's/i.86/i386/' -e 's/sparc.*/sparc/'`
-f "scsi|disk" ; SCSI_DRIVERS=$v
-f "net|network" ; NETWORK_DRIVERS=$v
-f "scsi|cdrom" ; CD_DRIVERS=$v
-f "pcmcia|network" ; PCMCIA_DRIVERS=$v
+f "scsi disk" ; SCSI_DRIVERS=$v
+f "net network" ; NETWORK_DRIVERS=$v
+f "scsi cdrom" ; CD_DRIVERS=$v
+f "pcmcia network" ; PCMCIA_DRIVERS=$v
[ $ARCH == "i386" ] && FSMODULES="vfat.o fat.o"