projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
remove unused wget menuconfig option; make the package autorebuild optional (but...
[openwrt.git]
/
scripts
/
config
/
conf.c
diff --git
a/scripts/config/conf.c
b/scripts/config/conf.c
index
10eeae5
..
cb20936
100644
(file)
--- a/
scripts/config/conf.c
+++ b/
scripts/config/conf.c
@@
-570,7
+570,7
@@
int main(int ac, char **av)
case ask_silent:
if (stat(".config", &tmpstat)) {
printf(_("***\n"
case ask_silent:
if (stat(".config", &tmpstat)) {
printf(_("***\n"
- "*** You have not yet configured your
kernel
!\n"
+ "*** You have not yet configured your
build
!\n"
"***\n"
"*** Please run some configurator (e.g. \"make oldconfig\" or\n"
"*** \"make menuconfig\" or \"make xconfig\").\n"
"***\n"
"*** Please run some configurator (e.g. \"make oldconfig\" or\n"
"*** \"make menuconfig\" or \"make xconfig\").\n"
@@
-619,7
+619,7
@@
int main(int ac, char **av)
check_conf(&rootmenu);
} while (conf_cnt);
if (conf_write(NULL)) {
check_conf(&rootmenu);
} while (conf_cnt);
if (conf_write(NULL)) {
- fprintf(stderr, _("\n*** Error during writing of the
kernel
configuration.\n\n"));
+ fprintf(stderr, _("\n*** Error during writing of the
build
configuration.\n\n"));
return 1;
}
return 0;
return 1;
}
return 0;
This page took
0.022869 seconds
and
4
git commands to generate.