diff options
author | Thierry Vignaud <tvignaud@mandriva.org> | 2005-04-18 14:54:50 +0000 |
---|---|---|
committer | Thierry Vignaud <tvignaud@mandriva.org> | 2005-04-18 14:54:50 +0000 |
commit | d92b3c75aeaad9ce06ab48feb66fc51b0e496152 (patch) | |
tree | a0525ff596dfe332f9b1ce9ca615c1963e782427 /kernel/list_modules.pm | |
parent | 4b59f0ab2ce807dfd1ab203903a4b6ccc1f0fc72 (diff) | |
download | drakx-d92b3c75aeaad9ce06ab48feb66fc51b0e496152.tar drakx-d92b3c75aeaad9ce06ab48feb66fc51b0e496152.tar.gz drakx-d92b3c75aeaad9ce06ab48feb66fc51b0e496152.tar.bz2 drakx-d92b3c75aeaad9ce06ab48feb66fc51b0e496152.tar.xz drakx-d92b3c75aeaad9ce06ab48feb66fc51b0e496152.zip |
add missing hfc_usb and hisax_st5481 ISDN drivers
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 283d5966b..afe647148 100644 --- a/kernel/list_modules.pm +++ b/kernel/list_modules.pm @@ -62,7 +62,7 @@ our %l = ( if_(arch() =~ /ppc/, qw(airport)), ], isdn => [ - qw(avmfritz c4 cdc-acm b1pci divas hfc4s8s_l1 hisax hisax_fcpcipnp hysdn sedlfax t1pci tpam w6692pci), + qw(avmfritz c4 cdc-acm b1pci divas hfc4s8s_l1 hfc_usb hisax hisax_st5481 hisax_fcpcipnp hysdn sedlfax t1pci tpam w6692pci), qw(fcpci fcdsl fcdsl fcdsl2 fcdslsl fcdslslusb fcdslusb fcdslusba fcusb fcusb2 fxusb fxusb_CZ) ], modem => [ |