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 | af97930cf124d9121b4b3478765050368ba6aeb6 (patch) | |
tree | 67e7231040031216bcbe84e7332c22ea1ccd82c6 | |
parent | 040c836727ad600e27b683473000811ff9fd152a (diff) | |
download | drakx-af97930cf124d9121b4b3478765050368ba6aeb6.tar drakx-af97930cf124d9121b4b3478765050368ba6aeb6.tar.gz drakx-af97930cf124d9121b4b3478765050368ba6aeb6.tar.bz2 drakx-af97930cf124d9121b4b3478765050368ba6aeb6.tar.xz drakx-af97930cf124d9121b4b3478765050368ba6aeb6.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) ], |