Changeset 9202
- Timestamp:
- 03/03/08 12:28:35 (5 years ago)
- File:
-
- 1 edited
-
src/router/services/sysinit/sysinit-broadcom.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/router/services/sysinit/sysinit-broadcom.c
r9192 r9202 887 887 if (nvram_match ("usb_usb2", "1")) 888 888 { 889 cprintf ("loading usb2 \n");890 eval ("insmod", " usb2");889 cprintf ("loading usb2 module\n"); 890 eval ("insmod", "ehci-hcd"); 891 891 } 892 892 … … 902 902 if (nvram_match ("usb_fs_ext2", "1")) 903 903 { 904 cprintf ("loading usb_fs_ext2\n");905 eval ("insmod", " usb_fs_ext2");904 cprintf ("loading ext2\n"); 905 eval ("insmod", "ext2"); 906 906 } 907 907 908 908 if (nvram_match ("usb_fs_ext3", "1")) 909 909 { 910 cprintf ("loading usb_fs_ext3\n");911 eval ("insmod", " usb_fs_ext3");910 cprintf ("loading ext3\n"); 911 eval ("insmod", "ext3"); 912 912 } 913 913
Note: See TracChangeset
for help on using the changeset viewer.
