modify the kconfig system for openwrt
[openwrt-10.03/.git] / scripts / config / zconf.y
index 1f61fba6aa287a7699fa474a5ff999c70b6cf793..83243f5efe668df905b4d4d26e9c014c18a06caa 100644 (file)
@@ -459,7 +459,7 @@ void conf_parse(const char *name)
        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"))