[Lunar-commits] <moonbase> linux-2.6-stable... let's project the stable in the present
Samuel Verstraete
elangelo at lunar-linux.org
Fri Dec 4 02:30:37 CET 2009
commit 6c78c27e97b782b7bbdbb8aaba62fb82c5785ca6
Author: Samuel Verstraete <elangelo at lunar-linux.org>
Date: Wed Sep 23 10:28:51 2009 +0200
linux-2.6-stable... let's project the stable in the present
---
kernel/linux-2.6-stable/BUILD | 4 ++--
kernel/linux-2.6-stable/DETAILS | 9 ++++-----
kernel/linux-2.6-stable/POST_INSTALL | 2 +-
3 files changed, 7 insertions(+), 8 deletions(-)
diff --git a/kernel/linux-2.6-stable/BUILD b/kernel/linux-2.6-stable/BUILD
index 3027699..d41ddb7 100644
--- a/kernel/linux-2.6-stable/BUILD
+++ b/kernel/linux-2.6-stable/BUILD
@@ -33,7 +33,7 @@
backup_mods_krnl $VERSION &&
prepare_install &&
make modules_install &&
- cp arch/${MYARCH}/boot/bzImage /boot/$VERSION &&
- cp System.map /boot/System.map-$VERSION
+ cp arch/${MYARCH}/boot/bzImage /boot/$VERSION-`arch` &&
+ cp System.map /boot/System.map-$VERSION-`arch`
) > $C_FIFO 2>&1
diff --git a/kernel/linux-2.6-stable/DETAILS b/kernel/linux-2.6-stable/DETAILS
index dfb674a..e6e3441 100644
--- a/kernel/linux-2.6-stable/DETAILS
+++ b/kernel/linux-2.6-stable/DETAILS
@@ -1,5 +1,5 @@
MODULE=linux-2.6-stable
- VERSION=2.6.24.7
+ VERSION=2.6.30.7
BASE=$(echo $VERSION | cut -d. -f1,2,3)
SOURCE=linux-${BASE}.tar.bz2
SOURCE2=patch-${VERSION}.bz2
@@ -8,12 +8,11 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/linux-$VERSION
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:351aebc784a5395fe4c92d1e514a89680482f7e2
- SOURCE2_VFY=sha1:8daa0107234b6f3649e7577d1c53842306c471be
+ SOURCE_VFY=sha1:5fb7f2ccdc59c57887d586971a157bee7af324d1
+ SOURCE2_VFY=sha1:f4b458c7eb9c5d6f9c801e3b3fbc9d455b77ef77
WEB_SITE=http://www.kernel.org
ENTERED=20070313
- UPDATED=20080506
- MAINTAINER=moe at lunar-linux.org
+ UPDATED=20090923
SHORT="The uber-stable version of the 2.6 kernel"
KEEP_SOURCE=on
TMPFS=off
diff --git a/kernel/linux-2.6-stable/POST_INSTALL b/kernel/linux-2.6-stable/POST_INSTALL
index 1963779..dd6cddc 100644
--- a/kernel/linux-2.6-stable/POST_INSTALL
+++ b/kernel/linux-2.6-stable/POST_INSTALL
@@ -1,4 +1,4 @@
-update_bootloader $VERSION $VERSION
+update_bootloader $VERSION-`arch` $VERSION-`arch`
# Reinstall packages that add their own kernel modules
More information about the Lunar-commits
mailing list