diff options
author | Thierry Vignaud <tvignaud@mandriva.org> | 2005-02-11 19:25:07 +0000 |
---|---|---|
committer | Thierry Vignaud <tvignaud@mandriva.org> | 2005-02-11 19:25:07 +0000 |
commit | dd82001fe02be6492d4eccb9ad1fd620daef6a20 (patch) | |
tree | 0aeaf93a12b5ca5b278631eacf82b7f66d2d5992 | |
parent | b0f8b1e0e22b6492933ccfd03e992879af57cbb2 (diff) | |
download | drakx-dd82001fe02be6492d4eccb9ad1fd620daef6a20.tar drakx-dd82001fe02be6492d4eccb9ad1fd620daef6a20.tar.gz drakx-dd82001fe02be6492d4eccb9ad1fd620daef6a20.tar.bz2 drakx-dd82001fe02be6492d4eccb9ad1fd620daef6a20.tar.xz drakx-dd82001fe02be6492d4eccb9ad1fd620daef6a20.zip |
add r8180 wireless driver (from kernel-multimedia)
-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 4fb3aa567..d06958e07 100644 --- a/kernel/list_modules.pm +++ b/kernel/list_modules.pm @@ -56,7 +56,7 @@ our %l = ( wireless => [ qw(acx100_pci airo airo_cs aironet4500_cs aironet_cs at76c503-rfmd ath_pci atmel_cs atmel_pci dyc_ar5), qw(hostap_pci hostap_plx ipw2100 ipw2200 madwifi_pci netwave_cs orinoco orinoco_cs orinoco_pci orinoco_plx), - qw(prism2_pci prism2_usb prism54 ray_cs rt2400 rt2500 usbvnet_rfmd vt_ar5k wavelan_cs wvlan_cs zd1201), + qw(prism2_pci prism2_usb prism54 r8180 ray_cs rt2400 rt2500 usbvnet_rfmd vt_ar5k wavelan_cs wvlan_cs zd1201), if_(arch() =~ /ppc/, qw(airport)), ], isdn => [ |