From ded63ebe86a65c3febee2aa09e45c88e710e5cbe Mon Sep 17 00:00:00 2001 From: Ben Hutchings Date: Sun, 12 Apr 2015 21:39:35 +0000 Subject: armhf kernels support SMP and SMP-alternatives by default --- build/arch-options/armhf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'build') 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" -- cgit v1.2.3