Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Martin Kepplinger
kernel-builder
Commits
0e09f1d4
Commit
0e09f1d4
authored
Mar 05, 2019
by
Angus Ainslie (Purism)
Browse files
build_kernel_deb.sh: use the correct defaults
parent
93e118e6
Changes
1
Hide whitespace changes
Inline
Side-by-side
build_kernel_deb.sh
View file @
0e09f1d4
...
...
@@ -85,8 +85,8 @@ case ${pureos_board} in
;;
devkit
)
KERNEL_BRANCH
=
"
${
KERNEL_BRANCH
:-
imx8
-4.18-wip
}
"
KERNEL_REPO
=
"
${
KERNEL_REPO
:-
https
://source.puri.sm/Librem5/linux-
nex
t.git
}
"
DOT_CONFIG
=
"
${
DOT_CONFIG
:-
librem5
-
d
evk
it
_defconfig
}
"
KERNEL_REPO
=
"
${
KERNEL_REPO
:-
https
://source.puri.sm/Librem5/linux-
emcraf
t.git
}
"
DOT_CONFIG
=
"
${
DOT_CONFIG
:-
librem5
-evk_defconfig
}
"
;;
\?
)
echo
"unrecognized board type
${
pureos_board
}
"
...
...
Write
Preview
Markdown
is supported
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