Merge pull request #737 from MilhouseVH/linux474

linux: update to linux-4.7.4
This commit is contained in:
Lukas Rusak 2016-09-15 14:42:12 -07:00 committed by GitHub
commit 8c3893675f
28 changed files with 1243 additions and 597 deletions

View File

@ -17,7 +17,7 @@
################################################################################ ################################################################################
PKG_NAME="bcm2835-driver" PKG_NAME="bcm2835-driver"
PKG_VERSION="931aa12" PKG_VERSION="83dc067"
PKG_REV="1" PKG_REV="1"
PKG_ARCH="any" PKG_ARCH="any"
PKG_LICENSE="nonfree" PKG_LICENSE="nonfree"

View File

@ -61,7 +61,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.7.3" PKG_VERSION="4.7.4"
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="931aa12" PKG_VERSION="83dc067"
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