linux: update to linux-2.6.37-rc7

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2010-12-23 17:49:53 +01:00
parent 9981a7472a
commit 7752bcad3c
14 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
PKG_NAME="linux"
PKG_VERSION="2.6.37-rc6"
PKG_VERSION="2.6.37-rc7"
PKG_REV="1"
PKG_ARCH="any"
PKG_LICENSE="GPL"
@ -17,6 +17,6 @@ PKG_IS_ADDON="no"
PKG_AUTORECONF="no"
if [ "$LINUX_NEXT" = "yes" ]; then
PKG_VERSION="2.6.37-rc6"
PKG_VERSION="2.6.37-rc7"
PKG_URL="http://www.kernel.org/pub/linux/kernel/v2.6/testing/$PKG_NAME-$PKG_VERSION.tar.bz2"
fi