mirror of https://github.com/parazyd/arm-sdk.git
update sunxi and rpi kernels
This commit is contained in:
parent
1a9c506164
commit
ea2ae68180
|
|
@ -1,5 +1,5 @@
|
||||||
#!/usr/bin/env zsh
|
#!/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>
|
# arm-sdk is written and maintained by Ivan J. <parazyd@dyne.org>
|
||||||
#
|
#
|
||||||
# This file is part of arm-sdk
|
# This file is part of arm-sdk
|
||||||
|
|
@ -38,7 +38,7 @@ extra_packages+=()
|
||||||
custmodules=(snd_bcm2835)
|
custmodules=(snd_bcm2835)
|
||||||
|
|
||||||
gitkernel="https://github.com/raspberrypi/linux.git"
|
gitkernel="https://github.com/raspberrypi/linux.git"
|
||||||
gitbranch="rpi-4.13.y"
|
gitbranch="rpi-4.14.y"
|
||||||
rpifirmware="https://github.com/raspberrypi/firmware.git"
|
rpifirmware="https://github.com/raspberrypi/firmware.git"
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
#!/usr/bin/env zsh
|
#!/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>
|
# arm-sdk is written and maintained by Ivan J. <parazyd@dyne.org>
|
||||||
#
|
#
|
||||||
# This file is part of arm-sdk
|
# This file is part of arm-sdk
|
||||||
|
|
@ -38,7 +38,7 @@ extra_packages+=()
|
||||||
custmodules=(snd_bcm2835)
|
custmodules=(snd_bcm2835)
|
||||||
|
|
||||||
gitkernel="https://github.com/raspberrypi/linux.git"
|
gitkernel="https://github.com/raspberrypi/linux.git"
|
||||||
gitbranch="rpi-4.13.y"
|
gitbranch="rpi-4.14.y"
|
||||||
rpifirmware="https://github.com/raspberrypi/firmware.git"
|
rpifirmware="https://github.com/raspberrypi/firmware.git"
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
#!/usr/bin/env zsh
|
#!/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>
|
# arm-sdk is written and maintained by Ivan J. <parazyd@dyne.org>
|
||||||
#
|
#
|
||||||
# This file is part of arm-sdk
|
# This file is part of arm-sdk
|
||||||
|
|
@ -38,7 +38,7 @@ extra_packages+=()
|
||||||
custmodules=(snd_bcm2835)
|
custmodules=(snd_bcm2835)
|
||||||
|
|
||||||
gitkernel="https://github.com/raspberrypi/linux"
|
gitkernel="https://github.com/raspberrypi/linux"
|
||||||
gitbranch="rpi-4.13.y"
|
gitbranch="rpi-4.14.y"
|
||||||
rpifirmware="https://github.com/raspberrypi/firmware.git"
|
rpifirmware="https://github.com/raspberrypi/firmware.git"
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
#!/usr/bin/env zsh
|
#!/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>
|
# arm-sdk is written and maintained by Ivan J. <parazyd@dyne.org>
|
||||||
#
|
#
|
||||||
# This file is part of arm-sdk
|
# This file is part of arm-sdk
|
||||||
|
|
@ -39,7 +39,7 @@ extra_packages+=()
|
||||||
custmodules=()
|
custmodules=()
|
||||||
|
|
||||||
gitkernel="https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git"
|
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() {
|
prebuild() {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue