Merge pull request #357 from MilhouseVH/linux460

linux: update to linux-4.6
This commit is contained in:
Lukas Rusak 2016-05-17 11:29:08 -07:00
commit dab8bd8236
26 changed files with 2 additions and 2 deletions

View File

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