Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Guido Gunther
image-builder
Commits
d6d896f6
Commit
d6d896f6
authored
Jan 22, 2019
by
Guido Gunther
Browse files
build-kernel: Prefer local config over ones shipped in kernel sources
This makes the overrides more useful
parent
d104a779
Changes
1
Hide whitespace changes
Inline
Side-by-side
build/build_kernel_deb.sh
View file @
d6d896f6
...
...
@@ -109,10 +109,10 @@ fi
if
[
!
-e
.config
]
;
then
echo
"Configuring kernel"
if
[
-e
"arch/
${
ARCH
}
/configs/
${
DOT_CONFIG
}
"
]
;
then
cp
"arch/
${
ARCH
}
/configs/
${
DOT_CONFIG
}
"
.config
else
if
[
-e
"../
${
DOT_CONFIG
}
"
]
;
then
cp
"../
${
DOT_CONFIG
}
"
.config
else
cp
"arch/
${
ARCH
}
/configs/
${
DOT_CONFIG
}
"
.config
fi
fi
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment