diff options
-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" |