linux: update alternative version to linux-2.6.37-rc2

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2010-11-17 14:33:06 +01:00
parent df9b2d5d98
commit 5fba063f17
15 changed files with 971 additions and 271 deletions

View File

@ -14,6 +14,6 @@ PKG_LONGDESC="This package contains a precompiled kernel image and the modules."
PKG_IS_ADDON="no"
if [ "$LINUX_NEXT" = "yes" ]; then
PKG_VERSION="2.6.37-rc1"
PKG_VERSION="2.6.37-rc2"
PKG_URL="http://www.kernel.org/pub/linux/kernel/v2.6/testing/$PKG_NAME-$PKG_VERSION.tar.bz2"
fi