Changeset 4e0f7fd in freewrt for package/config/conf.c
- Timestamp:
- Jul 27, 2006, 3:06:31 PM (19 years ago)
- Branches:
- freewrt_1_0, freewrt_2_0
- Children:
- 6753dda
- Parents:
- 356d3a6
- File:
-
- 1 edited
-
package/config/conf.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
package/config/conf.c
r356d3a6 r4e0f7fd 549 549 if (stat(".config", &tmpstat)) { 550 550 printf("***\n" 551 "*** You have not yet configured Buildroot!\n"551 "*** You have not yet configured FreeWRT!\n" 552 552 "***\n" 553 553 "*** Please run some configurator (e.g. \"make oldconfig\" or\n" … … 577 577 } while (conf_cnt); 578 578 if (conf_write(NULL)) { 579 fprintf(stderr, "\n*** Error during writing of the Buildrootconfiguration.\n\n");579 fprintf(stderr, "\n*** Error during writing of the FreeWRT configuration.\n\n"); 580 580 return 1; 581 581 }
Note:
See TracChangeset
for help on using the changeset viewer.
