projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
fix path to bash in openssl compile
[openwrt.git]
/
scripts
/
config
/
zconf.tab.c_shipped
diff --git
a/scripts/config/zconf.tab.c_shipped
b/scripts/config/zconf.tab.c_shipped
index
dbf1e03
..
8060dc6
100644
(file)
--- a/
scripts/config/zconf.tab.c_shipped
+++ b/
scripts/config/zconf.tab.c_shipped
@@
-1922,7
+1922,7
@@
void conf_parse(const char *name)
sym_init();
menu_init();
modules_sym = sym_lookup("MODULES", 0);
sym_init();
menu_init();
modules_sym = sym_lookup("MODULES", 0);
- rootmenu.prompt = menu_add_prompt(P_MENU, "
Linux Kernel
Configuration", NULL);
+ rootmenu.prompt = menu_add_prompt(P_MENU, "
OpenWrt
Configuration", NULL);
#if YYDEBUG
if (getenv("ZCONF_DEBUG"))
#if YYDEBUG
if (getenv("ZCONF_DEBUG"))
This page took
0.028808 seconds
and
4
git commands to generate.