diff options
author | Phil Sutter <phil@nwl.cc> | 2009-08-02 15:01:07 +0200 |
---|---|---|
committer | Phil Sutter <phil@nwl.cc> | 2009-08-02 15:46:20 +0200 |
commit | 02fabc4618d78d960bae068196aa2890bdb9296b (patch) | |
tree | 3579abe401c8bb54f3e1931401c27bb2e9a26d76 /config | |
parent | d2b13826a9e485b520c232914d9c68c1a9e1f8bc (diff) |
further renaming (s/Linux Kernel/OpenADK/)
Diffstat (limited to 'config')
-rw-r--r-- | config/confdata.c | 6 | ||||
-rw-r--r-- | config/zconf.tab.c_shipped | 2 | ||||
-rw-r--r-- | config/zconf.y | 2 |
3 files changed, 5 insertions, 5 deletions
diff --git a/config/confdata.c b/config/confdata.c index e869f2d9a..4a79c72bb 100644 --- a/config/confdata.c +++ b/config/confdata.c @@ -443,7 +443,7 @@ int conf_write(const char *name) fprintf(out, _("#\n" "# Automatically generated make config: don't edit\n" - "# Linux kernel version: %s\n" + "# OpenADK version: %s\n" "%s%s" "#\n"), sym_get_string_value(sym), @@ -694,13 +694,13 @@ int conf_write_autoconf(void) time(&now); fprintf(out, "#\n" "# Automatically generated make config: don't edit\n" - "# Linux kernel version: %s\n" + "# OpenADK version: %s\n" "# %s" "#\n", sym_get_string_value(sym), ctime(&now)); fprintf(out_h, "/*\n" " * Automatically generated C config: don't edit\n" - " * Linux kernel version: %s\n" + " * OpenADK version: %s\n" " * %s" " */\n" "#define AUTOCONF_INCLUDED\n", diff --git a/config/zconf.tab.c_shipped b/config/zconf.tab.c_shipped index 95df833b5..3bdcb3a97 100644 --- a/config/zconf.tab.c_shipped +++ b/config/zconf.tab.c_shipped @@ -2259,7 +2259,7 @@ void conf_parse(const char *name) modules_sym = sym_lookup(NULL, 0); modules_sym->type = S_BOOLEAN; modules_sym->flags |= SYMBOL_AUTO; - rootmenu.prompt = menu_add_prompt(P_MENU, "Linux Kernel Configuration", NULL); + rootmenu.prompt = menu_add_prompt(P_MENU, "OpenADK Configuration", NULL); #if YYDEBUG if (getenv("ZCONF_DEBUG")) diff --git a/config/zconf.y b/config/zconf.y index 9710b8246..b4240c846 100644 --- a/config/zconf.y +++ b/config/zconf.y @@ -476,7 +476,7 @@ void conf_parse(const char *name) modules_sym = sym_lookup(NULL, 0); modules_sym->type = S_BOOLEAN; modules_sym->flags |= SYMBOL_AUTO; - rootmenu.prompt = menu_add_prompt(P_MENU, "Linux Kernel Configuration", NULL); + rootmenu.prompt = menu_add_prompt(P_MENU, "OpenADK Configuration", NULL); #if YYDEBUG if (getenv("ZCONF_DEBUG")) |