kernel: bump 6.1 to 6.1.68
[openwrt/openwrt.git] / target / linux / generic / hack-6.1 / 205-kconfig-abort-configuration-on-unset-symbol.patch
index a87c7a51169eb3a3c8271bcf84daf39226b78b59..df18507041f7bed876ea09019667ca5fe3cf26e6 100644 (file)
@@ -19,7 +19,7 @@ Signed-off-by: David Bauer <mail@david-bauer.net>
 
 --- a/scripts/kconfig/conf.c
 +++ b/scripts/kconfig/conf.c
-@@ -341,6 +341,9 @@ static int conf_askvalue(struct symbol *
+@@ -338,6 +338,9 @@ static int conf_askvalue(struct symbol *
                }
                /* fall through */
        default:
@@ -29,7 +29,7 @@ Signed-off-by: David Bauer <mail@david-bauer.net>
                fflush(stdout);
                xfgets(line, sizeof(line), stdin);
                break;
-@@ -523,6 +526,9 @@ static int conf_choice(struct menu *menu
+@@ -520,6 +523,9 @@ static int conf_choice(struct menu *menu
                        }
                        /* fall through */
                case oldaskconfig: