summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorChris Lumens <clumens@redhat.com>2009-10-22 08:59:30 -0400
committerChris Lumens <clumens@redhat.com>2009-10-22 08:59:30 -0400
commit849642902f9b821bd853785c27031b4b9d5e9b99 (patch)
tree599195e9235b1934500601b3e41fdd5b3250ef54 /scripts
parent738942b0ac16a2e4dfb6100c768b502a2b21c52f (diff)
downloadanaconda-849642902f9b821bd853785c27031b4b9d5e9b99.tar.gz
anaconda-849642902f9b821bd853785c27031b4b9d5e9b99.tar.xz
anaconda-849642902f9b821bd853785c27031b4b9d5e9b99.zip
Add the bcm5974 kernel module needed for some touchpads (#474225).
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/mk-images2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/mk-images b/scripts/mk-images
index 3d32d7df7..44e466492 100755
--- a/scripts/mk-images
+++ b/scripts/mk-images
@@ -96,7 +96,7 @@ TOPDIR=$(cd $TOPDIR; pwd)
# modules that are needed. this is the generic "needed for every arch" stuff
COMMONMODS="fat vfat nfs sunrpc lockd floppy cramfs loop edd pcspkr squashfs ipv6 virtio_pci netconsole"
-USBMODS="ohci-hcd uhci-hcd ehci-hcd usbhid mousedev usb-storage sd_mod sr_mod ub appletouch"
+USBMODS="ohci-hcd uhci-hcd ehci-hcd usbhid mousedev usb-storage sd_mod sr_mod ub appletouch bcm5974"
FIREWIREMODS="ohci1394 sbp2 fw-ohci fw-sbp2 firewire-sbp2 firewire-ohci"
SDMODS="mmc-block sdhci sdhci-pci"
IDEMODS="ide-cd ide-cd_mod"