mirror of https://github.com/parazyd/arm-sdk.git
Fixed kernel variable typo.
This commit is contained in:
parent
4fc9a6278b
commit
30e79c841e
|
|
@ -26,7 +26,7 @@ get-kernel-sources() {
|
||||||
|
|
||||||
notice "grabbing 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"
|
clone-git "$linuxmainline" "$R/tmp/kernels/$device_name/${device_name}-linux"
|
||||||
else
|
else
|
||||||
clone-git "$gitkernel" "$R/tmp/kernels/$device_name/${device_name}-linux" "$gitbranch"
|
clone-git "$gitkernel" "$R/tmp/kernels/$device_name/${device_name}-linux" "$gitbranch"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue