update sunxi and rpi kernels

This commit is contained in:
parazyd 2018-01-03 13:22:42 +01:00
parent 1a9c506164
commit ea2ae68180
No known key found for this signature in database
GPG Key ID: F0CB28FCF78637DE
4 changed files with 8 additions and 8 deletions

View File

@ -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
@ -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"

View File

@ -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
@ -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"

View File

@ -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
@ -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"

View File

@ -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
@ -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() {