From 02fabc4618d78d960bae068196aa2890bdb9296b Mon Sep 17 00:00:00 2001 From: Phil Sutter Date: Sun, 2 Aug 2009 15:01:07 +0200 Subject: further renaming (s/Linux Kernel/OpenADK/) --- config/confdata.c | 6 +++--- config/zconf.tab.c_shipped | 2 +- config/zconf.y | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) (limited to 'config') 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")) -- cgit v1.2.3