linux: update to linux-4.6

This commit is contained in:
MilhouseVH 2016-05-17 19:14:44 +01:00
parent fd3f3cf03c
commit a337017b66
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