diff options
Diffstat (limited to 'build/arch-options')
-rw-r--r-- | build/arch-options/alpha | 2 | ||||
-rw-r--r-- | build/arch-options/hppa | 2 | ||||
-rw-r--r-- | build/arch-options/i386 | 2 | ||||
-rw-r--r-- | build/arch-options/ia64 | 2 | ||||
-rw-r--r-- | build/arch-options/powerpc | 2 | ||||
-rw-r--r-- | build/arch-options/s390 | 4 | ||||
-rw-r--r-- | build/arch-options/sparc | 2 |
7 files changed, 8 insertions, 8 deletions
diff --git a/build/arch-options/alpha b/build/arch-options/alpha index 3db0323dc..760ec38e5 100644 --- a/build/arch-options/alpha +++ b/build/arch-options/alpha @@ -3,7 +3,7 @@ # It is sourced by the build scripts archspec="alpha;not-i386;not-s390;not-m68k;not-powerpc" -kernelversion="2.6.15" +kernelversion="2.6.16" arch_listname="alpha" # These two options should be set if condition 'smp' is set below smp_config_section="General setup" diff --git a/build/arch-options/hppa b/build/arch-options/hppa index 7812d5a56..d5d9d6c04 100644 --- a/build/arch-options/hppa +++ b/build/arch-options/hppa @@ -3,7 +3,7 @@ # It is sourced by the build scripts archspec="hppa;not-i386;not-s390;not-m68k;not-powerpc;not-alpha" -kernelversion="2.6.15" +kernelversion="2.6.16" arch_listname="hppa" # These two options should be set if condition 'smp' is set below smp_config_section="Processor type and features" diff --git a/build/arch-options/i386 b/build/arch-options/i386 index 5d69b57b0..f38051c6d 100644 --- a/build/arch-options/i386 +++ b/build/arch-options/i386 @@ -3,7 +3,7 @@ # It is sourced by the build scripts archspec="i386;not-s390;not-m68k;not-powerpc;not-alpha" -kernelversion="2.6.15" +kernelversion="2.6.16" arch_listname="boot" # These two options should be set if condition 'smp' is set below smp_config_section="Processor type and features" diff --git a/build/arch-options/ia64 b/build/arch-options/ia64 index 3bf87ccab..6c89cab3c 100644 --- a/build/arch-options/ia64 +++ b/build/arch-options/ia64 @@ -3,7 +3,7 @@ # It is sourced by the build scripts archspec="ia64;not-i386;not-s390;not-m68k;not-powerpc;not-alpha" -kernelversion="2.6.15" +kernelversion="2.6.16" arch_listname="ia64" # These two options should be set if condition 'smp' is set below smp_config_section="General setup" diff --git a/build/arch-options/powerpc b/build/arch-options/powerpc index ae72d907a..478d7ba05 100644 --- a/build/arch-options/powerpc +++ b/build/arch-options/powerpc @@ -3,7 +3,7 @@ # It is sourced by the build scripts archspec="powerpc;not-s390;not-m68k;not-i386;not-alpha" -kernelversion="2.6.15" +kernelversion="2.6.16" arch_listname="powerpc" # These two options should be set if condition 'smp' is set below smp_config_section="Platform support" diff --git a/build/arch-options/s390 b/build/arch-options/s390 index 94e5be1d9..7b140dfca 100644 --- a/build/arch-options/s390 +++ b/build/arch-options/s390 @@ -3,7 +3,7 @@ # It is sourced by the build scripts archspec="s390;not-powerpc;not-m68k;not-i386;not-alpha" -kernelversion="2.4.27" +kernelversion="2.6.16" arch_listname="s390" # These two options should be set if condition 'smp' is set below smp_config_section="Processor type and features" @@ -11,7 +11,7 @@ smp_config_option="Symmetric multi-processing support" # Options below are assembled into one variable 'condition' # in the build scripts -kernelpackage="classic-kpkg" +kernelpackage="common-kpkg" fdisk="fdasd.txt;dasdfmt.txt" network="" boot="" diff --git a/build/arch-options/sparc b/build/arch-options/sparc index fe0f4395d..18313677c 100644 --- a/build/arch-options/sparc +++ b/build/arch-options/sparc @@ -3,7 +3,7 @@ # It is sourced by the build scripts archspec="sparc;not-i386;not-s390;not-m68k;not-powerpc;not-alpha" -kernelversion="2.6.15" +kernelversion="2.6.16" arch_listname="sparc" # These two options should be set if condition 'smp' is set below smp_config_section="General setup" |