linux: update to linux-3.15

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2014-06-09 01:21:25 +02:00
parent dcb14cb748
commit 4f8eedaa80
34 changed files with 2 additions and 2 deletions

View File

@ -27,8 +27,8 @@ case "$LINUX" in
PKG_URL="http://www.kernel.org/pub/linux/kernel/v3.x/$PKG_NAME-$PKG_VERSION.tar.xz"
;;
*)
PKG_VERSION="3.15-rc8"
PKG_URL="http://www.kernel.org/pub/linux/kernel/v3.x/testing/$PKG_NAME-$PKG_VERSION.tar.xz"
PKG_VERSION="3.15"
PKG_URL="http://www.kernel.org/pub/linux/kernel/v3.x/$PKG_NAME-$PKG_VERSION.tar.xz"
;;
esac
PKG_REV="1"