Merge pull request #1016 from MilhouseVH/linux4812

linux: update to linux-4.8.12
This commit is contained in:
Lukas Rusak 2016-12-02 16:46:32 -08:00 committed by GitHub
commit f07dcdf5a0
28 changed files with 1039 additions and 711 deletions

View File

@ -17,7 +17,7 @@
################################################################################ ################################################################################
PKG_NAME="bcm2835-driver" PKG_NAME="bcm2835-driver"
PKG_VERSION="2d5dc97" PKG_VERSION="6ce98b9"
PKG_REV="1" PKG_REV="1"
PKG_ARCH="any" PKG_ARCH="any"
PKG_LICENSE="nonfree" PKG_LICENSE="nonfree"

View File

@ -56,7 +56,7 @@ case "$LINUX" in
PKG_DEPENDS_TARGET="$PKG_DEPENDS_TARGET imx6-status-led imx6-soc-fan irqbalanced" PKG_DEPENDS_TARGET="$PKG_DEPENDS_TARGET imx6-status-led imx6-soc-fan irqbalanced"
;; ;;
*) *)
PKG_VERSION="4.8.11" PKG_VERSION="4.8.12"
PKG_URL="http://www.kernel.org/pub/linux/kernel/v4.x/$PKG_NAME-$PKG_VERSION.tar.xz" PKG_URL="http://www.kernel.org/pub/linux/kernel/v4.x/$PKG_NAME-$PKG_VERSION.tar.xz"
;; ;;
esac esac

View File

@ -17,7 +17,7 @@
################################################################################ ################################################################################
PKG_NAME="bcm2835-bootloader" PKG_NAME="bcm2835-bootloader"
PKG_VERSION="2d5dc97" PKG_VERSION="6ce98b9"
PKG_REV="1" PKG_REV="1"
PKG_ARCH="arm" PKG_ARCH="arm"
PKG_LICENSE="nonfree" PKG_LICENSE="nonfree"

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff