diff options
author | Kyle McMartin <kyle@dreadnought.i.jkkm.org> | 2010-10-12 12:17:36 -0400 |
---|---|---|
committer | Kyle McMartin <kyle@dreadnought.i.jkkm.org> | 2010-10-12 12:20:55 -0400 |
commit | 20eeae5898937899366d5e243868fa0cfe131bfc (patch) | |
tree | 067502431dbf2dbe9d8f3c005c9cda66ab8c4193 /fix-oldnoconfig-to-dtrt.patch | |
parent | 037ab21c45d98ac399fe4e92d1312213be0c24e3 (diff) | |
download | kernel-20eeae5898937899366d5e243868fa0cfe131bfc.tar.gz kernel-20eeae5898937899366d5e243868fa0cfe131bfc.tar.xz kernel-20eeae5898937899366d5e243868fa0cfe131bfc.zip |
Linux 2.6.36-rc7-git3
Diffstat (limited to 'fix-oldnoconfig-to-dtrt.patch')
-rw-r--r-- | fix-oldnoconfig-to-dtrt.patch | 13 |
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); |