summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorBill Nottingham <notting@redhat.com>2002-12-13 04:08:30 +0000
committerBill Nottingham <notting@redhat.com>2002-12-13 04:08:30 +0000
commite2227c6da57d00a861cba88ef991f319e114b50a (patch)
treed8c330120f1d6118afe420006f8692b0bdca3d1f /scripts
parent62fa5950cd97dcc4ff370050288e48f98a22831d (diff)
exclude more wireless mods
Diffstat (limited to 'scripts')
-rw-r--r--scripts/mk-images.i3867
1 files changed, 6 insertions, 1 deletions
diff --git a/scripts/mk-images.i386 b/scripts/mk-images.i386
index 665dd8bec..bbc6320c0 100644
--- a/scripts/mk-images.i386
+++ b/scripts/mk-images.i386
@@ -106,6 +106,11 @@ ISOLINUXMODULES="ehci-hcd ieee1394 ohci1394 sbp2"
# XXX hack hack
PCMCIAMODULES_EXCLUDED="
apa1480_cb
+ airo
+ airo_cs
+ aironet4500_core
+ aironet4500_proc
+ hermes
iflash2+_mtd
iflash2_mtd
memory_cb
@@ -130,7 +135,7 @@ do
done
PCMCIAMODULES=`echo $PCMCIAMODULES | eval "$PCMCIAMODULES_EXCLUDED_SED"`
-# need to make sure the bsae modules are included
+# need to make sure the base modules are included
PCMCIAMODULES="$PCMCIAMODULES yenta_socket pcmcia_core ds"
echo "Building $TOPDESTPATH/images/pxeboot/initrd.img"