diff options
author | Jeremy Katz <katzj@redhat.com> | 2007-09-27 15:15:51 +0000 |
---|---|---|
committer | Jeremy Katz <katzj@redhat.com> | 2007-09-27 15:15:51 +0000 |
commit | 970dc8d9f3bb14bd0ddcea586ef27a328f7dd3d8 (patch) | |
tree | eee71d3e4213fbf94ac21e4aaf943555981d251c /utils | |
parent | 5284b2b13cacfcfd6afdf3280513739c334d557a (diff) | |
download | anaconda-970dc8d9f3bb14bd0ddcea586ef27a328f7dd3d8.tar.gz anaconda-970dc8d9f3bb14bd0ddcea586ef27a328f7dd3d8.tar.xz anaconda-970dc8d9f3bb14bd0ddcea586ef27a328f7dd3d8.zip |
2007-09-27 Jeremy Katz <katzj@redhat.com>
* utils/genmodinfo: Blacklist more wireless drivers; with the way
that mac80211 works, we really can't support it in the loader
right now
Diffstat (limited to 'utils')
-rwxr-xr-x | utils/genmodinfo | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/genmodinfo b/utils/genmodinfo index cf5b6d3e9..19aa57fd3 100755 --- a/utils/genmodinfo +++ b/utils/genmodinfo @@ -18,7 +18,7 @@ for root, dirs, files in os.walk(path): mods[file] = os.path.join(root,file) modules = { 'scsi_hostadapter' : [ 'block' ], 'eth' : [ 'networking'] } -blacklist = ("ata_generic","floppy","scsi_mod","libiscsi", "b43", "prism54", "b43_legacy", "p54pci") +blacklist = ("ata_generic","floppy","scsi_mod","libiscsi", "b43", "prism54", "b43_legacy", "p54pci", "iwl3945", "iwl4965", "adm8211", "atmel", "at76_usb", "ipw2100", "ipw2200", "rt2400pci", "rt2500pci", "rt2500usb", "rt61pci", "rt73usb", "rtl8187", "zd1211rw-mac80211") list = {} |