Changeset 9202


Ignore:
Timestamp:
03/03/08 12:28:35 (5 years ago)
Author:
eko
Message:

some adjustments

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/router/services/sysinit/sysinit-broadcom.c

    r9192 r9202  
    887887      if (nvram_match ("usb_usb2", "1")) 
    888888      { 
    889          cprintf ("loading usb2\n"); 
    890          eval ("insmod", "usb2"); 
     889         cprintf ("loading usb2 module\n"); 
     890         eval ("insmod", "ehci-hcd"); 
    891891      } 
    892892 
     
    902902         if (nvram_match ("usb_fs_ext2", "1")) 
    903903         { 
    904                 cprintf ("loading usb_fs_ext2\n"); 
    905                 eval ("insmod", "usb_fs_ext2"); 
     904                cprintf ("loading ext2\n"); 
     905                eval ("insmod", "ext2"); 
    906906         } 
    907907          
    908908         if (nvram_match ("usb_fs_ext3", "1")) 
    909909         { 
    910                 cprintf ("loading usb_fs_ext3\n"); 
    911                 eval ("insmod", "usb_fs_ext3"); 
     910                cprintf ("loading ext3\n"); 
     911                eval ("insmod", "ext3"); 
    912912         } 
    913913           
Note: See TracChangeset for help on using the changeset viewer.