mirror of
https://github.com/pygos/build.git
synced 2024-11-05 03:27:10 +01:00
Bump Raspberry Pi 3 vendor kernel version
Signed-off-by: David Oberhollenzer <goliath@infraroot.at>
This commit is contained in:
parent
32af4048e0
commit
c62d44b871
2 changed files with 877 additions and 788 deletions
File diff suppressed because it is too large
Load diff
|
@ -1,11 +1,11 @@
|
||||||
# inherit functions from generic kernel package
|
# inherit functions from generic kernel package
|
||||||
source "$SCRIPTDIR/pkg/linux-lts/build"
|
source "$SCRIPTDIR/pkg/linux-lts/build"
|
||||||
|
|
||||||
VERSION="1.20190215-1"
|
VERSION="1.20190620-1"
|
||||||
SRCDIR="linux-raspberrypi-kernel_${VERSION}"
|
SRCDIR="linux-raspberrypi-kernel_${VERSION}"
|
||||||
TARBALL="raspberrypi-kernel_${VERSION}.tar.gz"
|
TARBALL="raspberrypi-kernel_${VERSION}.tar.gz"
|
||||||
URL="https://github.com/raspberrypi/linux/archive"
|
URL="https://github.com/raspberrypi/linux/archive"
|
||||||
SHA256SUM="57ec23478db884eafe8fefd0bc1dbf557e93eda36fda1fe6a1db26e4b3f6fd12"
|
SHA256SUM="0c41af0a1ad254f5a2e5a2c5ac5e035cfe63518653d5ed9ad6b510c7ed978a8a"
|
||||||
DEPENDS="initrd"
|
DEPENDS="initrd"
|
||||||
SUBPKG="linux linux-modules"
|
SUBPKG="linux linux-modules"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue