aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rw-r--r--scripts/kconfig/streamline_config.pl4
1 files changed, 4 insertions, 0 deletions
diff --git a/scripts/kconfig/streamline_config.pl b/scripts/kconfig/streamline_config.pl
index 69b7c3f6a2f4..46ca62d4ffab 100644
--- a/scripts/kconfig/streamline_config.pl
+++ b/scripts/kconfig/streamline_config.pl
@@ -54,6 +54,10 @@ my @searchconfigs = (
54 "exec" => "zcat", 54 "exec" => "zcat",
55 }, 55 },
56 { 56 {
57 "file" => "/boot/config-$uname",
58 "exec" => "cat",
59 },
60 {
57 "file" => "/boot/vmlinuz-$uname", 61 "file" => "/boot/vmlinuz-$uname",
58 "exec" => "scripts/extract-ikconfig", 62 "exec" => "scripts/extract-ikconfig",
59 "test" => "scripts/extract-ikconfig", 63 "test" => "scripts/extract-ikconfig",