diff options
Diffstat (limited to 'build/arch-options/i386')
-rw-r--r-- | build/arch-options/i386 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/build/arch-options/i386 b/build/arch-options/i386 index 177d8fd6b..525bb3fa1 100644 --- a/build/arch-options/i386 +++ b/build/arch-options/i386 @@ -3,7 +3,8 @@ # It is sourced by the build scripts archspec="i386;not-s390;not-m68k;not-powerpc;not-alpha" -kernelversion="2.6.14" +kernelversion="2.6.15" +arch_listname="devel" # 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" |