[Lunar-commits] <moonbase> linux-2.6: Fixed to not download the now-missing patch.
Dave Brown
dagbrown at lunar-linux.org
Wed Nov 9 06:25:20 CET 2011
commit 01ff810424e4c92a64715186714b0f0082575355
Author: Dave Brown <dagbrown at lunar-linux.org>
Date: Wed Nov 9 14:25:20 2011 +0900
linux-2.6: Fixed to not download the now-missing patch.
It seems that after the recent downtime, kernel.org was rearranged, and
instead of using the old base/patch form, they now just have a 2.6.39.4
giant tarball.
---
kernel/linux-2.6/DETAILS | 7 ++-----
1 files changed, 2 insertions(+), 5 deletions(-)
diff --git a/kernel/linux-2.6/DETAILS b/kernel/linux-2.6/DETAILS
index bbd6b12..af9cc22 100644
--- a/kernel/linux-2.6/DETAILS
+++ b/kernel/linux-2.6/DETAILS
@@ -1,15 +1,12 @@
MODULE=linux-2.6
VERSION=2.6.39.4
- BASE=$(echo $VERSION | cut -d. -f1,2,3)
- SOURCE=linux-${BASE}.tar.bz2
- SOURCE2=patch-${VERSION}.bz2
+ SOURCE=linux-${VERSION}.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/linux-$VERSION
SOURCE_URL[0]=$KERNEL_URL/pub/linux/kernel/v2.6
SOURCE_URL[1]=http://www.kernel.org/pub/linux/kernel/v2.6
SOURCE2_URL[0]=$KERNEL_URL/pub/linux/kernel/v2.6
SOURCE2_URL[1]=http://www.kernel.org/pub/linux/kernel/v2.6
- SOURCE_VFY=sha1:68518112821e55f4ac1df64f2e0e809cedfcc5ef
- SOURCE2_VFY=sha1:b89d84d28e0993d32e8b74b18590d2e5992d7942
+ SOURCE_VFY=sha1:b9262c836a02de3d3a6abb5ccb780816d52b5277
WEB_SITE=http://www.kernel.org
ENTERED=20041019
UPDATED=20110806
More information about the Lunar-commits
mailing list