diff options
author | Ben Hutchings <benh@debian.org> | 2015-04-12 21:39:35 +0000 |
---|---|---|
committer | Ben Hutchings <benh@debian.org> | 2015-04-12 21:39:35 +0000 |
commit | ded63ebe86a65c3febee2aa09e45c88e710e5cbe (patch) | |
tree | 81cb588d9f9b1e328b582b4546bcea1f934cac6f /build | |
parent | 18548770ceb43d52ee677c5245f94ac9312a4001 (diff) | |
download | installation-guide-ded63ebe86a65c3febee2aa09e45c88e710e5cbe.zip |
armhf kernels support SMP and SMP-alternatives by default
Diffstat (limited to 'build')
-rw-r--r-- | build/arch-options/armhf | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/build/arch-options/armhf b/build/arch-options/armhf index 559f273ad..0f86732cc 100644 --- a/build/arch-options/armhf +++ b/build/arch-options/armhf @@ -12,8 +12,8 @@ arch_porturl="arm" # This is coming from the lowmem package minimum_memory=31 # These two options should be set if condition 'smp' is set below -smp_config_section="N/A" -smp_config_option="N/A" +smp_config_section="Kernel Features" +smp_config_option="Symmetric Multi-Processing" # Options below are assembled into one variable 'condition' # in the build scripts @@ -22,6 +22,6 @@ network="supports-tftp;supports-rarp;supports-bootp;supports-nfsroot" boot="" frontend="newt;not-gtk" other="supports-serial-console" -smp="" +smp="smp-alternatives" goodies="supports-lang-chooser" status="checked" |