summaryrefslogtreecommitdiffstats
path: root/fix-oldnoconfig-to-dtrt.patch
diff options
context:
space:
mode:
Diffstat (limited to 'fix-oldnoconfig-to-dtrt.patch')
-rw-r--r--fix-oldnoconfig-to-dtrt.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/fix-oldnoconfig-to-dtrt.patch b/fix-oldnoconfig-to-dtrt.patch
deleted file mode 100644
index 99b1022b6..000000000
--- a/fix-oldnoconfig-to-dtrt.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff --git a/scripts/kconfig/conf.c b/scripts/kconfig/conf.c
-index 5b7c86e..7ef429c 100644
---- a/scripts/kconfig/conf.c
-+++ b/scripts/kconfig/conf.c
-@@ -427,7 +427,7 @@ static void check_conf(struct menu *menu)
- if (sym->name && !sym_is_choice_value(sym)) {
- printf("CONFIG_%s\n", sym->name);
- }
-- } else {
-+ } else if (input_mode != oldnoconfig) {
- if (!conf_cnt++)
- printf(_("*\n* Restart config...\n*\n"));
- rootEntry = menu_get_parent_menu(menu);