diff options
author | Thierry Vignaud <tv@mageia.org> | 2012-05-10 18:43:56 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mageia.org> | 2012-05-10 18:43:56 +0000 |
commit | 1f3c4903a0ddf31292aac4ed1de8c6912a412ed7 (patch) | |
tree | 67e7231040031216bcbe84e7332c22ea1ccd82c6 | |
parent | 26d8ab0c6e330240881a2b6752753eefefe153d8 (diff) | |
download | drakx-backup-do-not-use-1f3c4903a0ddf31292aac4ed1de8c6912a412ed7.tar drakx-backup-do-not-use-1f3c4903a0ddf31292aac4ed1de8c6912a412ed7.tar.gz drakx-backup-do-not-use-1f3c4903a0ddf31292aac4ed1de8c6912a412ed7.tar.bz2 drakx-backup-do-not-use-1f3c4903a0ddf31292aac4ed1de8c6912a412ed7.tar.xz drakx-backup-do-not-use-1f3c4903a0ddf31292aac4ed1de8c6912a412ed7.zip |
remove libphy since it's automatically pulled by dependancies
(we never miss it)
-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 8b349c149..c52ad334f 100644 --- a/kernel/list_modules.pm +++ b/kernel/list_modules.pm @@ -39,7 +39,7 @@ our %l = ( ), qw(3c59x 8139too 8139cp cpmac niu sundance), #rtl8139 # add all phys - qw(broadcom cicada davicom et1011c icplus libphy lxt marvell micrel), + qw(broadcom cicada davicom et1011c icplus lxt marvell micrel), wq(national qsemi realtek smsc ste10Xp vitesse), ], firewire => [ qw(eth1394 pcilynx) ], |