diff options
author | Thierry Vignaud <tvignaud@mandriva.org> | 2004-12-02 14:43:07 +0000 |
---|---|---|
committer | Thierry Vignaud <tvignaud@mandriva.org> | 2004-12-02 14:43:07 +0000 |
commit | ef75ff95c0a7baf469cd45fb6d2b738dcf92b79f (patch) | |
tree | 59834be895421d990813b8c0ddde04b1891d7ff8 /kernel/list_modules.pm | |
parent | 6ac19dad8117f719a60672808b251139d90bc80c (diff) | |
download | drakx-ef75ff95c0a7baf469cd45fb6d2b738dcf92b79f.tar drakx-ef75ff95c0a7baf469cd45fb6d2b738dcf92b79f.tar.gz drakx-ef75ff95c0a7baf469cd45fb6d2b738dcf92b79f.tar.bz2 drakx-ef75ff95c0a7baf469cd45fb6d2b738dcf92b79f.tar.xz drakx-ef75ff95c0a7baf469cd45fb6d2b738dcf92b79f.zip |
zd1201 is a wireless driver (not yet included in our kernel)
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 c5648491d..92b30ba0d 100644 --- a/kernel/list_modules.pm +++ b/kernel/list_modules.pm @@ -55,7 +55,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 usbvnet_rfmd vt_ar5k wavelan_cs wvlan_cs rt2500), + qw(prism2_pci prism2_usb prism54 ray_cs rt2500 usbvnet_rfmd vt_ar5k wavelan_cs wvlan_cs zd1201), if_(arch() =~ /ppc/, qw(airport)), ], isdn => [ |