aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/generic/hack-5.4/205-kconfig-exit.patch
diff options
context:
space:
mode:
Diffstat (limited to 'target/linux/generic/hack-5.4/205-kconfig-exit.patch')
-rw-r--r--target/linux/generic/hack-5.4/205-kconfig-exit.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/target/linux/generic/hack-5.4/205-kconfig-exit.patch b/target/linux/generic/hack-5.4/205-kconfig-exit.patch
deleted file mode 100644
index 8931ad3270..0000000000
--- a/target/linux/generic/hack-5.4/205-kconfig-exit.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/scripts/kconfig/conf.c
-+++ b/scripts/kconfig/conf.c
-@@ -212,6 +212,8 @@ static int conf_sym(struct menu *menu)
- break;
- continue;
- case 0:
-+ if (!sym_has_value(sym) && !tty_stdio && getenv("FAIL_ON_UNCONFIGURED"))
-+ exit(1);
- newval = oldval;
- break;
- case '?':