forked from Ivasoft/openwrt
generic: 5.15: copy config and patch from 5.10
Copy config and patches from kernel 5.10 to kernel 5.15 Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
This commit is contained in:
committed by
Daniel Golle
parent
13960fb0e0
commit
9a038e7fd1
11
target/linux/generic/hack-5.15/205-kconfig-exit.patch
Normal file
11
target/linux/generic/hack-5.15/205-kconfig-exit.patch
Normal file
@@ -0,0 +1,11 @@
|
||||
--- a/scripts/kconfig/conf.c
|
||||
+++ b/scripts/kconfig/conf.c
|
||||
@@ -215,6 +215,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 '?':
|
||||
Reference in New Issue
Block a user