Bump buildroot to 2019.02
This commit is contained in:
@@ -8,8 +8,8 @@
|
||||
|
||||
Index: kconfig/gconf.glade
|
||||
===================================================================
|
||||
--- kconfig.orig/gconf.glade 2013-12-27 22:14:32.395629843 +0100
|
||||
+++ kconfig/gconf.glade 2013-12-27 22:14:32.387630158 +0100
|
||||
--- kconfig.orig/gconf.glade
|
||||
+++ kconfig/gconf.glade
|
||||
@@ -4,7 +4,7 @@
|
||||
|
||||
<widget class="GtkWindow" id="window1">
|
||||
@@ -21,9 +21,9 @@ Index: kconfig/gconf.glade
|
||||
<property name="modal">False</property>
|
||||
Index: kconfig/mconf.c
|
||||
===================================================================
|
||||
--- kconfig.orig/mconf.c 2013-12-27 22:14:32.395629843 +0100
|
||||
+++ kconfig/mconf.c 2013-12-27 22:14:42.179244153 +0100
|
||||
@@ -176,9 +176,9 @@
|
||||
--- kconfig.orig/mconf.c
|
||||
+++ kconfig/mconf.c
|
||||
@@ -176,9 +176,9 @@ menu_instructions[] = N_(
|
||||
"Arrow keys navigate the menu. "
|
||||
"<Enter> selects submenus ---> (or empty submenus ----). "
|
||||
"Highlighted letters are hotkeys. "
|
||||
@@ -35,7 +35,7 @@ Index: kconfig/mconf.c
|
||||
radiolist_instructions[] = N_(
|
||||
"Use the arrow keys to navigate this window or "
|
||||
"press the hotkey of the item you wish to select "
|
||||
@@ -959,7 +959,7 @@
|
||||
@@ -962,7 +962,7 @@ static int handle_exit(void)
|
||||
if (conf_get_changed())
|
||||
res = dialog_yesno(NULL,
|
||||
_("Do you wish to save your new configuration?\n"
|
||||
@@ -46,44 +46,44 @@ Index: kconfig/mconf.c
|
||||
res = -1;
|
||||
Index: kconfig/zconf.tab.c_shipped
|
||||
===================================================================
|
||||
--- kconfig.orig/zconf.tab.c_shipped 2013-12-27 22:14:32.395629843 +0100
|
||||
+++ kconfig/zconf.tab.c_shipped 2013-12-27 22:14:32.391630000 +0100
|
||||
@@ -2297,7 +2297,7 @@
|
||||
--- kconfig.orig/zconf.tab.c_shipped
|
||||
+++ kconfig/zconf.tab.c_shipped
|
||||
@@ -1515,7 +1515,7 @@ yyreduce:
|
||||
* later regardless of whether it comes from the 'prompt' in
|
||||
* mainmenu_stmt or here
|
||||
*/
|
||||
- menu_add_prompt(P_MENU, xstrdup("Linux Kernel Configuration"), NULL);
|
||||
+ menu_add_prompt(P_MENU, xstrdup("Buildroot Configuration"), NULL);
|
||||
}
|
||||
|
||||
sym_init();
|
||||
_menu_init();
|
||||
- rootmenu.prompt = menu_add_prompt(P_MENU, "Linux Kernel Configuration", NULL);
|
||||
+ rootmenu.prompt = menu_add_prompt(P_MENU, "Buildroot Configuration", NULL);
|
||||
|
||||
if (getenv("ZCONF_DEBUG"))
|
||||
zconfdebug = 1;
|
||||
break;
|
||||
Index: kconfig/zconf.y
|
||||
===================================================================
|
||||
--- kconfig.orig/zconf.y 2013-12-27 22:14:32.395629843 +0100
|
||||
+++ kconfig/zconf.y 2013-12-27 22:14:32.391630000 +0100
|
||||
@@ -493,7 +493,7 @@
|
||||
--- kconfig.orig/zconf.y
|
||||
+++ kconfig/zconf.y
|
||||
@@ -127,7 +127,7 @@ no_mainmenu_stmt: /* empty */
|
||||
* later regardless of whether it comes from the 'prompt' in
|
||||
* mainmenu_stmt or here
|
||||
*/
|
||||
- menu_add_prompt(P_MENU, xstrdup("Linux Kernel Configuration"), NULL);
|
||||
+ menu_add_prompt(P_MENU, xstrdup("Buildroot Configuration"), NULL);
|
||||
};
|
||||
|
||||
sym_init();
|
||||
_menu_init();
|
||||
- rootmenu.prompt = menu_add_prompt(P_MENU, "Linux Kernel Configuration", NULL);
|
||||
+ rootmenu.prompt = menu_add_prompt(P_MENU, "Buildroot Configuration", NULL);
|
||||
|
||||
if (getenv("ZCONF_DEBUG"))
|
||||
zconfdebug = 1;
|
||||
Index: kconfig/confdata.c
|
||||
===================================================================
|
||||
--- kconfig.orig/confdata.c 2013-12-27 22:14:32.395629843 +0100
|
||||
+++ kconfig/confdata.c 2013-12-27 22:14:32.391630000 +0100
|
||||
@@ -25,7 +25,7 @@
|
||||
--- kconfig.orig/confdata.c
|
||||
+++ kconfig/confdata.c
|
||||
@@ -30,7 +30,7 @@ static void conf_message(const char *fmt
|
||||
static const char *conf_filename;
|
||||
static int conf_lineno, conf_warnings, conf_unsaved;
|
||||
static int conf_lineno, conf_warnings;
|
||||
|
||||
-const char conf_defname[] = "arch/$ARCH/defconfig";
|
||||
+const char conf_defname[] = ".defconfig";
|
||||
|
||||
static void conf_warning(const char *fmt, ...)
|
||||
{
|
||||
@@ -63,7 +63,7 @@
|
||||
@@ -69,7 +69,7 @@ static void conf_message(const char *fmt
|
||||
|
||||
const char *conf_get_configname(void)
|
||||
{
|
||||
@@ -94,9 +94,9 @@ Index: kconfig/confdata.c
|
||||
}
|
||||
Index: kconfig/qconf.cc
|
||||
===================================================================
|
||||
--- kconfig.orig/qconf.cc 2013-12-27 22:12:15.825013567 +0100
|
||||
+++ kconfig/qconf.cc 2013-12-27 22:14:57.826627300 +0100
|
||||
@@ -70,7 +70,7 @@
|
||||
--- kconfig.orig/qconf.cc
|
||||
+++ kconfig/qconf.cc
|
||||
@@ -55,7 +55,7 @@ static inline QString qgettext(const QSt
|
||||
}
|
||||
|
||||
ConfigSettings::ConfigSettings()
|
||||
|
||||
Reference in New Issue
Block a user