Changeset 2532

Show
Ignore:
Timestamp:
05/17/07 17:56:49 (2 years ago)
Author:
wbx
Message:

finally we can switch between models and filesystems without make clean, thx tg

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/freewrt/tools/config/mconf.c

    r943 r2532  
    710710        if (stat == 0) { 
    711711                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"); 
    716713        } else 
    717714                printf("\n\nYour FreeWRT configuration changes were NOT saved.\n\n");