URI: 
       tFixed kernel variable typo. - arm-sdk - os build toolkit for various embedded devices
  HTML git clone https://git.parazyd.org/arm-sdk
   DIR Log
   DIR Files
   DIR Refs
   DIR Submodules
   DIR README
   DIR LICENSE
       ---
   DIR commit 30e79c841ec855bb4214e24dd316f7522ae09a77
   DIR parent 4fc9a6278b2d838810f8e693e365eb6adec962de
  HTML Author: Johny Mattsson <johny.mattsson+github@gmail.com>
       Date:   Mon,  2 Oct 2017 13:09:46 +1100
       
       Fixed kernel variable typo.
       
       Diffstat:
         M lib/helpers                         |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
   DIR diff --git a/lib/helpers b/lib/helpers
       t@@ -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"