commit 30e79c841ec855bb4214e24dd316f7522ae09a77
parent 4fc9a6278b2d838810f8e693e365eb6adec962de
Author: Johny Mattsson <johny.mattsson+github@gmail.com>
Date: Mon, 2 Oct 2017 13:09:46 +1100
Fixed kernel variable typo.
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/helpers b/lib/helpers
@@ -26,7 +26,7 @@ get-kernel-sources() {
notice "grabbing kernel sources"
- if [[ $kernel = mainline ]]; then
+ if [[ $gitkernel = mainline ]]; then
clone-git "$linuxmainline" "$R/tmp/kernels/$device_name/${device_name}-linux"
else
clone-git "$gitkernel" "$R/tmp/kernels/$device_name/${device_name}-linux" "$gitbranch"