Changeset 2532
- Timestamp:
- 05/17/07 17:56:49 (2 years ago)
- Files:
-
- trunk/freewrt/tools/config/mconf.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/freewrt/tools/config/mconf.c
r943 r2532 710 710 if (stat == 0) { 711 711 conf_write(NULL); 712 printf("\n\n" 713 "*** End of FreeWRT configuration.\n" 714 "*** If you change between devices or filesystems,\n" 715 "*** you need to make clean, before compiling.\n\n"); 712 printf("\n\n*** End of FreeWRT configuration.\n"); 716 713 } else 717 714 printf("\n\nYour FreeWRT configuration changes were NOT saved.\n\n");


