summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2010-11-17 15:01:12 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2010-11-17 15:01:12 +0100
commitcc8e95c7b27268eba3835984b1f4b2817dad795e (patch)
treef5376189dab83a0535cb74d9748b0a12217f60c3 /scripts
parentee9b4450f07c9d139f03a17e84f555072d380dde (diff)
downloadptxdist-cc8e95c7b27268eba3835984b1f4b2817dad795e.tar.gz
ptxdist-cc8e95c7b27268eba3835984b1f4b2817dad795e.tar.xz
[kconfig] fix bug in kconfig dependency output patch
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'scripts')
-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;