Changeset 4e0f7fd in freewrt for package/config/conf.c


Ignore:
Timestamp:
Jul 27, 2006, 3:06:31 PM (19 years ago)
Author:
Thorsten Glaser <tg@…>
Branches:
freewrt_1_0, freewrt_2_0
Children:
6753dda
Parents:
356d3a6
Message:

s/Buildroot/FreeWRT/g

git-svn-id: svn://www.freewrt.org/trunk/freewrt@444 afb5a338-a214-0410-bd46-81f09a774fd1

File:
1 edited

Legend:

Unmodified
Added
Removed
  • package/config/conf.c

    r356d3a6 r4e0f7fd  
    549549                if (stat(".config", &tmpstat)) {
    550550                        printf("***\n"
    551                                 "*** You have not yet configured Buildroot!\n"
     551                                "*** You have not yet configured FreeWRT!\n"
    552552                                "***\n"
    553553                                "*** Please run some configurator (e.g. \"make oldconfig\" or\n"
     
    577577        } while (conf_cnt);
    578578        if (conf_write(NULL)) {
    579                 fprintf(stderr, "\n*** Error during writing of the Buildroot configuration.\n\n");
     579                fprintf(stderr, "\n*** Error during writing of the FreeWRT configuration.\n\n");
    580580                return 1;
    581581        }
Note: See TracChangeset for help on using the changeset viewer.