mirror of
https://github.com/pygos/build.git
synced 2024-11-01 01:45:37 +01:00
Bump Raspberry Pi 3 vendor kernel version
Signed-off-by: David Oberhollenzer <david.oberhollenzer@tele2.at>
This commit is contained in:
parent
35e72a4ae7
commit
cf2e438a45
2 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
#
|
||||
# Automatically generated file; DO NOT EDIT.
|
||||
# Linux/arm 4.14.70 Kernel Configuration
|
||||
# Linux/arm 4.14.71 Kernel Configuration
|
||||
#
|
||||
CONFIG_ARM=y
|
||||
CONFIG_ARM_HAS_SG_CHAIN=y
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
# inherit functions from generic kernel package
|
||||
source "$SCRIPTDIR/pkg/linux/build"
|
||||
|
||||
VERSION="1.20180919-1"
|
||||
VERSION="1.20180924-1"
|
||||
SRCDIR="linux-raspberrypi-kernel_${VERSION}"
|
||||
TARBALL="raspberrypi-kernel_${VERSION}.tar.gz"
|
||||
URL="https://github.com/raspberrypi/linux/archive"
|
||||
SHA256SUM="b58a7a786b94957674ce3f64307ea7e7883ae2d1d871ea6ed5a5ce1b6846bdf4"
|
||||
SHA256SUM="ee6c769c97d794f11eb098fab4b1c4b3b3af0e406aa0bbc3bf202234eac95347"
|
||||
DEPENDS="initrd"
|
||||
|
||||
check_update() {
|
||||
|
|
Loading…
Reference in a new issue