Skip to content
Snippets Groups Projects
Commit f848d154 authored by Yang Sheng's avatar Yang Sheng
Browse files

Branch b1_6

b=13452
i=scjody
i=mjmac

Kernel config & target file for vanilla kernel-2.6.18.8.
parent 8008e75f
No related branches found
No related tags found
No related merge requests found
...@@ -93,6 +93,15 @@ Bugzilla : 13518 ...@@ -93,6 +93,15 @@ Bugzilla : 13518
Description: Kernel patches update for RHEL4 2.6.9-55.0.6. Description: Kernel patches update for RHEL4 2.6.9-55.0.6.
Details : Modify vm-tunables-rhel4.patch. Details : Modify vm-tunables-rhel4.patch.
Severity : normal
Bugzilla : 13452
Description: Kernel config for 2.6.18-vanilla.
Details : Modify targets/2.6-vanilla.target.in.
Add config file kernel-2.6.18-2.6-vanilla-i686.config.
Add config file kernel-2.6.18-2.6-vanilla-i686-smp.config.
Add config file kernel-2.6.18-2.6-vanilla-x86_64.config.
Add config file kernel-2.6.18-2.6-vanilla-x86_64-smp.config.
-------------------------------------------------------------------------------- --------------------------------------------------------------------------------
2007-09-27 Cluster File Systems, Inc. <info@clusterfs.com> 2007-09-27 Cluster File Systems, Inc. <info@clusterfs.com>
......
This diff is collapsed.
This diff is collapsed.
lnxmaj=2.6.6 lnxmaj="2.6.18"
lnxrel="8"
KERNEL=linux-$lnxmaj.tar.gz KERNEL=linux-$lnxmaj.$lnxrel.tar.bz2
SERIES=2.6-vanilla SERIES=2.6.18-vanilla.series
VERSION=$lnxmaj VERSION=$lnxmaj
EXTRA_VERSION=lustre.@VERSION@ EXTRA_VERSION="${lnxrel}_lustre.@VERSION@"
LUSTRE_VERSION=@VERSION@ LUSTRE_VERSION=@VERSION@
RHBUILD=0 RHBUILD=0
LINUX26=1
# No /boot/Kerntypes* in SLES10
SUSEBUILD=0
BASE_ARCHS=""
BASE_ARCHS="i686 x86_64"
BIGMEM_ARCHS="" BIGMEM_ARCHS=""
BOOT_ARCHS="" BOOT_ARCHS=""
JENSEN_ARCHS="" JENSEN_ARCHS=""
SMP_ARCHS="" SMP_ARCHS="i686 x86_64"
BIGSMP_ARCHS=""
UP_ARCHS="" UP_ARCHS=""
SRC_ARCHS="" SRC_ARCHS=""
for cc in gcc ; do
if which $cc >/dev/null 2>/dev/null ; then
export CC=$cc
break
fi
done
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment