diff options
author | Thierry Vignaud <tvignaud@mandriva.org> | 2005-05-18 02:50:44 +0000 |
---|---|---|
committer | Thierry Vignaud <tvignaud@mandriva.org> | 2005-05-18 02:50:44 +0000 |
commit | 0b239fa3fcc2d7a902581176d61c93b07663a099 (patch) | |
tree | a372343fad40c850d0b87f5c53e05ccc3ebf199b | |
parent | 8407ceddd9d99c0d6df944f2c664accd29aa6014 (diff) | |
download | drakx-0b239fa3fcc2d7a902581176d61c93b07663a099.tar drakx-0b239fa3fcc2d7a902581176d61c93b07663a099.tar.gz drakx-0b239fa3fcc2d7a902581176d61c93b07663a099.tar.bz2 drakx-0b239fa3fcc2d7a902581176d61c93b07663a099.tar.xz drakx-0b239fa3fcc2d7a902581176d61c93b07663a099.zip |
- move ADSL USB drivers into network/usb_dsl
- add cxacru, usbatm and xusbatm into this new category
-rw-r--r-- | kernel/list_modules.pm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/kernel/list_modules.pm b/kernel/list_modules.pm index 5a6b0d426..ec1a7ee74 100644 --- a/kernel/list_modules.pm +++ b/kernel/list_modules.pm @@ -73,6 +73,7 @@ our %l = ( ], tokenring => [ qw(3c359 abyss ibmtr lanstreamer olympic proteon skisa smctr tms380tr tmspci) ], wan => [ qw(c101 cosa cyclomx cycx_drv dlci farsync hdlc hostess_sv11 n2 pc300 pci200syn sbni sdla sdladrv sealevel syncppp wanxl z85230) ], + usb_dsl => [ qw(cxacru eagle-usb speedtch usbatm xusbatm) ], }, ################################################################################ @@ -217,7 +218,7 @@ our %l = ( other => [ qw(defxx i810fb ide-floppy ide-scsi ide-tape loop lp nbd sg st), qw(parport_pc parport_serial), - qw(btaudio eagle-usb speedtch), + qw(btaudio), arch() =~ /i.86/ ? 'aes-i586' : 'aes', if_(arch() =~ /sparc/, 'openprom'), |