[Lunar-commits] <moonbase> linux-2.6-stable: version bumped to 2.6.32.10.
Florin Braescu
florin at lunar-linux.org
Mon Mar 29 10:50:33 CEST 2010
commit dd4feb6bc5532e28c7b5106229722aebe5109074
Author: Florin Braescu <florin at lunar-linux.org>
Date: Mon Mar 29 11:50:33 2010 +0300
linux-2.6-stable: version bumped to 2.6.32.10.
---
kernel/linux-2.6-stable/BUILD | 13 ++++++-------
kernel/linux-2.6-stable/DETAILS | 16 ++++++++--------
2 files changed, 14 insertions(+), 15 deletions(-)
diff --git a/kernel/linux-2.6-stable/BUILD b/kernel/linux-2.6-stable/BUILD
index d41ddb7..5ce3f41 100644
--- a/kernel/linux-2.6-stable/BUILD
+++ b/kernel/linux-2.6-stable/BUILD
@@ -1,6 +1,5 @@
(
-
- while
+ while
if [ "$CONFIG_KERNEL" == "y" ]; then
if [ "$PREFER_XCONFIG" == "y" -a -n "$DISPLAY" ]; then
make xconfig || make menuconfig || make config
@@ -28,11 +27,11 @@
LD_PRELOAD= cp .config $CONFIG_CACHE/.config.2.6.stable
rm -f arch/${MYARCH}/boot/bzImage
- make ${MAKES:+-j$MAKES} bzImage &&
- make ${MAKES:+-j$MAKES} modules &&
- backup_mods_krnl $VERSION &&
- prepare_install &&
- make modules_install &&
+ make ${MAKES:+-j$MAKES} bzImage &&
+ make ${MAKES:+-j$MAKES} modules &&
+ backup_mods_krnl $VERSION &&
+ prepare_install &&
+ make modules_install &&
cp arch/${MYARCH}/boot/bzImage /boot/$VERSION-`arch` &&
cp System.map /boot/System.map-$VERSION-`arch`
diff --git a/kernel/linux-2.6-stable/DETAILS b/kernel/linux-2.6-stable/DETAILS
index e6e3441..9cd7985 100644
--- a/kernel/linux-2.6-stable/DETAILS
+++ b/kernel/linux-2.6-stable/DETAILS
@@ -1,18 +1,18 @@
MODULE=linux-2.6-stable
- VERSION=2.6.30.7
+ VERSION=2.6.32.10
BASE=$(echo $VERSION | cut -d. -f1,2,3)
SOURCE=linux-${BASE}.tar.bz2
SOURCE2=patch-${VERSION}.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:5fb7f2ccdc59c57887d586971a157bee7af324d1
- SOURCE2_VFY=sha1:f4b458c7eb9c5d6f9c801e3b3fbc9d455b77ef77
+ 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:410b4fc818023bfef60064e973ff0ab46d3bfb19
+ SOURCE2_VFY=sha1:2f9e8c649245bb3efe3a56b6a9b8aa7376ca868e
WEB_SITE=http://www.kernel.org
ENTERED=20070313
- UPDATED=20090923
+ UPDATED=20100329
SHORT="The uber-stable version of the 2.6 kernel"
KEEP_SOURCE=on
TMPFS=off
More information about the Lunar-commits
mailing list