Merge pull request #2954 from MilhouseVH/linux4190-rpi

linux (RPi): update to linux-4.19
This commit is contained in:
CvH 2018-10-30 16:50:45 +01:00 committed by GitHub
commit c3f3dd89cc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 926 additions and 850 deletions

View File

@ -3,8 +3,8 @@
# Copyright (C) 2017-present Team LibreELEC (https://libreelec.tv)
PKG_NAME="bcm2835-driver"
PKG_VERSION="8993bff0b82f8cd8d60409d28bb61d2197606ebb"
PKG_SHA256="4774cebf9234c5bb437c9bf70991ea9d34cbb2d1ee6fc9da91d714e7fd737651"
PKG_VERSION="45c6ee3cd7f36a2376b691affbc02dfc689b8056"
PKG_SHA256="92997a35cbb3199bc7c08280e1e2ba956861a68b1781638748e73f745b72f90a"
PKG_LICENSE="nonfree"
PKG_SITE="http://www.broadcom.com"
PKG_URL="$DISTRO_SRC/$PKG_NAME-$PKG_VERSION.tar.xz"

View File

@ -38,8 +38,8 @@ case "$LINUX" in
PKG_SOURCE_NAME="linux-$LINUX-$PKG_VERSION.tar.gz"
;;
raspberrypi)
PKG_VERSION="3bb3c172defe2255cdc790ab7141864aab9c454f" # 4.18.16
PKG_SHA256="694c4d0d5022d4473e3adec03be8a2282ea3d8dea7b062d974fc38daa1fb5475"
PKG_VERSION="83bf476e16c7494084431b6f7fd953c096535f5e" # 4.19
PKG_SHA256="4cf553c5f99fec48c6143b59ca5f8f83f3ae36d0113a39954c7e8499d07b42f2"
PKG_URL="https://github.com/raspberrypi/linux/archive/$PKG_VERSION.tar.gz"
PKG_SOURCE_NAME="linux-$LINUX-$PKG_VERSION.tar.gz"
;;

View File

@ -3,8 +3,8 @@
# Copyright (C) 2017-present Team LibreELEC (https://libreelec.tv)
PKG_NAME="bcm2835-bootloader"
PKG_VERSION="8993bff0b82f8cd8d60409d28bb61d2197606ebb"
PKG_SHA256="cc8d552a73800889ed18f39db52869de12bac23e21a9c8543239665c2a3852ba"
PKG_VERSION="45c6ee3cd7f36a2376b691affbc02dfc689b8056"
PKG_SHA256="246f4f4e5f89a1ca029ebacae2fad783ceb6649b2e6434dcd4d62b0c6823576a"
PKG_ARCH="arm"
PKG_LICENSE="nonfree"
PKG_SITE="http://www.broadcom.com"

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -136,4 +136,4 @@
# driver addons to install:
# for a list of additional drivers see packages/linux-driver-addons
# Space separated list is supported,
DRIVER_ADDONS="crazycat dvb-latest"
DRIVER_ADDONS="dvb-latest"