Changeset 9278


Ignore:
Timestamp:
03/09/08 08:12:34 (5 years ago)
Author:
eko
Message:

in mini_usb and mega we can have USB_ADVANCED (ext3, jbd, .....) more to come.

Location:
src/router/services
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • src/router/services/Makefile

    r9082 r9278  
    122122CFLAGS += -DHAVE_USB 
    123123endif 
     124ifeq ($(CONFIG_USB_ADVANCED),y) 
     125CFLAGS += -DHAVE_USB_ADVANCED 
     126endif 
    124127ifeq ($(CONFIG_WRK54G),y) 
    125128CFLAGS += -DHAVE_WRK54G 
  • src/router/services/sysinit/sysinit-broadcom.c

    r9263 r9278  
    912912         { 
    913913                cprintf ("loading ext2\n"); 
    914                 eval ("insmod", "ext2");                  
    915 //              cprintf ("loading jbd\n"); 
    916 //              eval ("insmod", "jbd"); 
    917 //              cprintf ("loading ext3\n"); 
    918 //              eval ("insmod", "ext3"); 
     914                eval ("insmod", "ext2"); 
     915#ifdef HAVE_USB_ADVANCED                  
     916                cprintf ("loading jbd\n"); 
     917                eval ("insmod", "jbd"); 
     918                cprintf ("loading ext3\n"); 
     919                eval ("insmod", "ext3"); 
     920#endif 
    919921         } 
    920922           
Note: See TracChangeset for help on using the changeset viewer.