diff options
Diffstat (limited to 'build/arch-options')
-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/sparc | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/build/arch-options/hppa b/build/arch-options/hppa index 498a9ed31..acc1a307e 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.12" +kernelversion="2.6.14" # These two options should be set if condition 'smp' is set below smp_config_section="Processor type and features" smp_config_option="Symmetric multi-processing support" diff --git a/build/arch-options/i386 b/build/arch-options/i386 index a12d1aadc..177d8fd6b 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.12" +kernelversion="2.6.14" # These two options should be set if condition 'smp' is set below smp_config_section="Processor type and features" smp_config_option="Symmetric multi-processing support" diff --git a/build/arch-options/ia64 b/build/arch-options/ia64 index 0c693c52c..8de7b4185 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.12" +kernelversion="2.6.14" # These two options should be set if condition 'smp' is set below smp_config_section="General setup" smp_config_option="SMP support" diff --git a/build/arch-options/powerpc b/build/arch-options/powerpc index b27c0dfc1..19ce15b1c 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.12" +kernelversion="2.6.14" # These two options should be set if condition 'smp' is set below smp_config_section="Platform support" smp_config_option="Symmetric multi-processing support" diff --git a/build/arch-options/sparc b/build/arch-options/sparc index 1505e55c3..b395061e1 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.12" +kernelversion="2.6.14" # These two options should be set if condition 'smp' is set below smp_config_section="General setup" smp_config_option="Symmetric multi-processing support" |