URI: 
       tupdate sunxi and rpi kernels - 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 ea2ae6818081a1d6083baa8d88d27a4634529880
   DIR parent 1a9c50616467737dacf2071256b05e40aaddb110
  HTML Author: parazyd <parazyd@dyne.org>
       Date:   Wed,  3 Jan 2018 13:22:42 +0100
       
       update sunxi and rpi kernels
       
       Diffstat:
         M boards/raspberry-pi1.sh             |       4 ++--
         M boards/raspberry-pi2.sh             |       4 ++--
         M boards/raspberry-pi3.sh             |       4 ++--
         M boards/sunxi.sh                     |       4 ++--
       
       4 files changed, 8 insertions(+), 8 deletions(-)
       ---
   DIR diff --git a/boards/raspberry-pi1.sh b/boards/raspberry-pi1.sh
       t@@ -1,5 +1,5 @@
        #!/usr/bin/env zsh
       -# Copyright (c) 2016-2017 Dyne.org Foundation
       +# Copyright (c) 2016-2018 Dyne.org Foundation
        # arm-sdk is written and maintained by Ivan J. <parazyd@dyne.org>
        #
        # This file is part of arm-sdk
       t@@ -38,7 +38,7 @@ extra_packages+=()
        custmodules=(snd_bcm2835)
        
        gitkernel="https://github.com/raspberrypi/linux.git"
       -gitbranch="rpi-4.13.y"
       +gitbranch="rpi-4.14.y"
        rpifirmware="https://github.com/raspberrypi/firmware.git"
        
        
   DIR diff --git a/boards/raspberry-pi2.sh b/boards/raspberry-pi2.sh
       t@@ -1,5 +1,5 @@
        #!/usr/bin/env zsh
       -# Copyright (c) 2016-2017 Dyne.org Foundation
       +# Copyright (c) 2016-2018 Dyne.org Foundation
        # arm-sdk is written and maintained by Ivan J. <parazyd@dyne.org>
        #
        # This file is part of arm-sdk
       t@@ -38,7 +38,7 @@ extra_packages+=()
        custmodules=(snd_bcm2835)
        
        gitkernel="https://github.com/raspberrypi/linux.git"
       -gitbranch="rpi-4.13.y"
       +gitbranch="rpi-4.14.y"
        rpifirmware="https://github.com/raspberrypi/firmware.git"
        
        
   DIR diff --git a/boards/raspberry-pi3.sh b/boards/raspberry-pi3.sh
       t@@ -1,5 +1,5 @@
        #!/usr/bin/env zsh
       -# Copyright (c) 2016-2017 Dyne.org Foundation
       +# Copyright (c) 2016-2018 Dyne.org Foundation
        # arm-sdk is written and maintained by Ivan J. <parazyd@dyne.org>
        #
        # This file is part of arm-sdk
       t@@ -38,7 +38,7 @@ extra_packages+=()
        custmodules=(snd_bcm2835)
        
        gitkernel="https://github.com/raspberrypi/linux"
       -gitbranch="rpi-4.13.y"
       +gitbranch="rpi-4.14.y"
        rpifirmware="https://github.com/raspberrypi/firmware.git"
        
        
   DIR diff --git a/boards/sunxi.sh b/boards/sunxi.sh
       t@@ -1,5 +1,5 @@
        #!/usr/bin/env zsh
       -# Copyright (c) 2017 Dyne.org Foundation
       +# Copyright (c) 2017-2018 Dyne.org Foundation
        # arm-sdk is written and maintained by Ivan J. <parazyd@dyne.org>
        #
        # This file is part of arm-sdk
       t@@ -39,7 +39,7 @@ extra_packages+=()
        custmodules=()
        
        gitkernel="https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git"
       -gitbranch="linux-4.13.y"
       +gitbranch="linux-4.14.y"
        
        
        prebuild() {