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 | d654531b9d2dac55268a2be0b3e40aeb4309e8cb (patch) | |
tree | 1f5dd6cd0e94c65f09e4c2e2a13af1e41bf0c4b9 /kernel | |
parent | 5f3db2843579cf8a361158b1fb3c41bf49c0c629 (diff) | |
download | drakx-backup-do-not-use-d654531b9d2dac55268a2be0b3e40aeb4309e8cb.tar drakx-backup-do-not-use-d654531b9d2dac55268a2be0b3e40aeb4309e8cb.tar.gz drakx-backup-do-not-use-d654531b9d2dac55268a2be0b3e40aeb4309e8cb.tar.bz2 drakx-backup-do-not-use-d654531b9d2dac55268a2be0b3e40aeb4309e8cb.tar.xz drakx-backup-do-not-use-d654531b9d2dac55268a2be0b3e40aeb4309e8cb.zip |
fix typo in list_modules
Diffstat (limited to 'kernel')
-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 => [ |