more rebranding...
authorrisci_atom <risci_atom@d459f2a8-9e7c-4474-95e1-7f88c49cc8e2>
Sat, 30 Oct 2010 06:21:25 +0000 (06:21 +0000)
committerrisci_atom <risci_atom@d459f2a8-9e7c-4474-95e1-7f88c49cc8e2>
Sat, 30 Oct 2010 06:21:25 +0000 (06:21 +0000)
git-svn-id: http://svn.librewrt.org/librewrt@75 d459f2a8-9e7c-4474-95e1-7f88c49cc8e2

bright-ben/scripts/config/Makefile
bright-ben/scripts/config/README
bright-ben/scripts/config/zconf.tab.c_shipped
bright-ben/scripts/config/zconf.y

index 54c5fe25afe811e7df1cae401e7235f930b49e28..1c09d5328f984c496148ed86ddb5b913fd0ca097 100644 (file)
@@ -1,5 +1,5 @@
 # ===========================================================================
-# OpenWrt configuration targets
+# LibreWRT configuration targets
 # These targets are used from top-level makefile
 
 # ===========================================================================
index 54aaefb5982d356d619523bd66df696f0a0134b2..1a0a77c6c7ed66ca2a2413d1410c0cf02f4d7bad 100644 (file)
@@ -1,2 +1,2 @@
 These files were taken from the Linux 2.6.16.7 Kernel
-Configuration System and modified for the OpenWrt Buildroot.
+Configuration System and modified for the LibreWRT Buildroot.
index 77f392a961bf4536659302d409ab4f2c492ef0c8..223b402c5c1199cbd737b0ae9f731f47a8f50ab1 100644 (file)
@@ -1951,7 +1951,7 @@ void conf_parse(const char *name)
        sym_init();
        menu_init();
        modules_sym = sym_lookup("MODULES", 0);
-       rootmenu.prompt = menu_add_prompt(P_MENU, "OpenWrt Configuration", NULL);
+       rootmenu.prompt = menu_add_prompt(P_MENU, "LibreWRT Configuration", NULL);
 
 #if YYDEBUG
        if (getenv("ZCONF_DEBUG"))
index 9689a3ed80af076c206b8e4a57ea73443fb3e671..fe8c31f9daa5e08c098760e2bf10923e0e240746 100644 (file)
@@ -472,7 +472,7 @@ void conf_parse(const char *name)
        sym_init();
        menu_init();
        modules_sym = sym_lookup("MODULES", 0);
-       rootmenu.prompt = menu_add_prompt(P_MENU, "OpenWrt Configuration", NULL);
+       rootmenu.prompt = menu_add_prompt(P_MENU, "LibreWRT Configuration", NULL);
 
 #if YYDEBUG
        if (getenv("ZCONF_DEBUG"))