Changeset 15210
- Timestamp:
- 09/16/10 09:24:45 (3 years ago)
- File:
-
- 1 edited
-
src/router/rc/init.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/router/rc/init.c
r15189 r15210 395 395 * Basic initialization 396 396 */ 397 #ifdef HAVE_MICRO 398 if (console_init()) 399 noconsole = 1; 400 #endif 397 401 cprintf("init lcd\n"); 398 402 initlcd(); … … 403 407 start_service("devinit"); //init /dev /proc etc. 404 408 start_service("sysinit"); 409 #ifndef HAVE_MICRO 405 410 #ifndef HAVE_LAGUNA 406 411 if (console_init()) 407 412 #endif 408 413 noconsole = 1; 414 #endif //HAVE_MICRO 409 415 start_service("drivers"); 410 416 cprintf("setup signals\n");
Note: See TracChangeset
for help on using the changeset viewer.
