diff options
author | Thomas Backlund <tmb@mageia.org> | 2012-05-10 21:29:53 +0000 |
---|---|---|
committer | Thomas Backlund <tmb@mageia.org> | 2012-05-10 21:29:53 +0000 |
commit | 21222648a9999f22e975b68587b2e13895b24a47 (patch) | |
tree | 1f5dd6cd0e94c65f09e4c2e2a13af1e41bf0c4b9 /kernel/list_modules.pm | |
parent | 354b232ad48ce975d046f9455f4e14c749dd9690 (diff) | |
download | drakx-21222648a9999f22e975b68587b2e13895b24a47.tar drakx-21222648a9999f22e975b68587b2e13895b24a47.tar.gz drakx-21222648a9999f22e975b68587b2e13895b24a47.tar.bz2 drakx-21222648a9999f22e975b68587b2e13895b24a47.tar.xz drakx-21222648a9999f22e975b68587b2e13895b24a47.zip |
fix typo in list_modules
Diffstat (limited to 'kernel/list_modules.pm')
-rw-r--r-- | kernel/list_modules.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/list_modules.pm b/kernel/list_modules.pm index c52ad334f..357b9be3f 100644 --- a/kernel/list_modules.pm +++ b/kernel/list_modules.pm @@ -40,7 +40,7 @@ our %l = ( qw(3c59x 8139too 8139cp cpmac niu sundance), #rtl8139 # add all phys qw(broadcom cicada davicom et1011c icplus lxt marvell micrel), - wq(national qsemi realtek smsc ste10Xp vitesse), + qw(national qsemi realtek smsc ste10Xp vitesse), ], firewire => [ qw(eth1394 pcilynx) ], gigabit => [ |