linux: upgraded to version 3.13.

This commit is contained in:
Ricardo Martins 2014-01-21 00:28:51 +00:00
parent ebed4a1738
commit 886d2217ae
2 changed files with 3 additions and 15 deletions

View File

@ -2,17 +2,17 @@ source "$PKG_COMMON"
version=\
(
'3.13-rc7'
'3.13'
)
url=\
(
"https://www.kernel.org/pub/linux/kernel/v3.x/testing/linux-$version.tar.xz"
"https://www.kernel.org/pub/linux/kernel/v3.x/linux-$version.tar.xz"
)
md5=\
(
'a9de953c724974f8842328c4f41ec255'
'0ecbaf65c00374eb4a826c2f9f37606f'
)
maintainer=\

View File

@ -1,12 +0,0 @@
diff -Nru a/scripts/depmod.sh b/scripts/depmod.sh
--- a/scripts/depmod.sh 2012-07-21 21:58:29.000000000 +0100
+++ b/scripts/depmod.sh 2012-08-07 00:31:44.400656765 +0100
@@ -14,7 +14,7 @@
fi
# older versions of depmod require the version string to start with three
# numbers, so we cheat with a symlink here
-depmod_hack_needed=true
+depmod_hack_needed=false
tmp_dir=$(mktemp -d ${TMPDIR:-/tmp}/depmod.XXXXXX)
mkdir -p "$tmp_dir/lib/modules/$KERNELRELEASE"
if "$DEPMOD" -b "$tmp_dir" $KERNELRELEASE 2>/dev/null; then