summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--scripts/kconfig/conf.c2
-rw-r--r--scripts/ptx-modifications/0001-conf-add-an-option-to-output-the-dependency-informat.patch2
2 files changed, 2 insertions, 2 deletions
diff --git a/scripts/kconfig/conf.c b/scripts/kconfig/conf.c
index e638833c6..8f67c42e5 100644
--- a/scripts/kconfig/conf.c
+++ b/scripts/kconfig/conf.c
@@ -504,7 +504,7 @@ int main(int ac, char **av)
switch (opt) {
case writedepend:
dep_output = 1;
- opt = silentoldconfig;
+ input_mode = silentoldconfig;
/* fall through */
case silentoldconfig:
sync_kconfig = 1;
diff --git a/scripts/ptx-modifications/0001-conf-add-an-option-to-output-the-dependency-informat.patch b/scripts/ptx-modifications/0001-conf-add-an-option-to-output-the-dependency-informat.patch
index 3fd918a8b..0e317413c 100644
--- a/scripts/ptx-modifications/0001-conf-add-an-option-to-output-the-dependency-informat.patch
+++ b/scripts/ptx-modifications/0001-conf-add-an-option-to-output-the-dependency-informat.patch
@@ -79,7 +79,7 @@ index 5459a38..2a11cbe 100644
switch (opt) {
+ case writedepend:
+ dep_output = 1;
-+ opt = silentoldconfig;
++ input_mode = silentoldconfig;
+ /* fall through */
case silentoldconfig:
sync_kconfig = 1;