Changeset 12678


Ignore:
Timestamp:
08/20/09 00:28:14 (4 years ago)
Author:
BrainSlayer
Message:

disable boot wait for this device, otherwise the cfe will load a kernel from a tftp server

Location:
src/router/services/sysinit
Files:
2 edited

Legend:

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

    r12674 r12678  
    688688                nvram_set("wan_ifnames", "vlan2"); 
    689689                nvram_set("wl0_ifname", "eth1");         
     690                nvram_set("boot_wait", "off");  // otherwise cfe will load kernel via tftp 
    690691        break; 
    691692        case ROUTER_NETGEAR_WNDR3300: 
  • src/router/services/sysinit/sysinit.c

    r12674 r12678  
    14191419                if (nvram_match("usb_storage", "1")) { 
    14201420                        cprintf("loading scsi_mod\n"); 
     1421                        insmod("scsi_wait_scan"); 
    14211422                        insmod("scsi_mod"); 
    14221423                        cprintf("loading sd_mod\n"); 
Note: See TracChangeset for help on using the changeset viewer.