mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 05:36:47 +00:00
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:
parent
662dd49605
commit
61507ecf6b
@ -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
|
||||
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
5
packages/linux/patches/rename.sh
Executable file
5
packages/linux/patches/rename.sh
Executable 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
|
Loading…
x
Reference in New Issue
Block a user