diff --git a/boards/raspberry-pi1.sh b/boards/raspberry-pi1.sh index a03f5fd..906a58e 100644 --- a/boards/raspberry-pi1.sh +++ b/boards/raspberry-pi1.sh @@ -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. # # This file is part of arm-sdk @@ -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" diff --git a/boards/raspberry-pi2.sh b/boards/raspberry-pi2.sh index 2ca46c9..52fada0 100644 --- a/boards/raspberry-pi2.sh +++ b/boards/raspberry-pi2.sh @@ -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. # # This file is part of arm-sdk @@ -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" diff --git a/boards/raspberry-pi3.sh b/boards/raspberry-pi3.sh index 45768a0..ac4bed8 100644 --- a/boards/raspberry-pi3.sh +++ b/boards/raspberry-pi3.sh @@ -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. # # This file is part of arm-sdk @@ -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" diff --git a/boards/sunxi.sh b/boards/sunxi.sh index 91a3323..096d769 100644 --- a/boards/sunxi.sh +++ b/boards/sunxi.sh @@ -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. # # This file is part of arm-sdk @@ -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() {