linux: update to linux-2.6.37-rc3, update nouveau drm patches, add script to rename patches

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2010-11-22 19:36:35 +01:00
parent 662dd49605
commit 61507ecf6b
18 changed files with 521 additions and 23055 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-rc2"
PKG_VERSION="2.6.37-rc3"
PKG_URL="http://www.kernel.org/pub/linux/kernel/v2.6/testing/$PKG_NAME-$PKG_VERSION.tar.bz2"
fi

View File

@ -0,0 +1,5 @@
#!/bin/sh
for i in `ls linux-$1-*.patch`; do
mv $i `echo $i | sed "s,$1,$2,g"`
done