diff options
author | Ben Hutchings <benh@debian.org> | 2015-04-12 21:48:58 +0000 |
---|---|---|
committer | Ben Hutchings <benh@debian.org> | 2015-04-12 21:48:58 +0000 |
commit | 914d6e34ed530b86b603915004a3701cf9f21d56 (patch) | |
tree | 528d6f240c062a7d87cac8acaab71dbe75411d03 | |
parent | 71e9862128c138a628921d008e5afc28d64df579 (diff) | |
download | installation-guide-914d6e34ed530b86b603915004a3701cf9f21d56.zip |
Some mips and mipsel kernels support SMP
-rw-r--r-- | build/arch-options/mips | 6 | ||||
-rw-r--r-- | build/arch-options/mipsel | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/build/arch-options/mips b/build/arch-options/mips index e7617cd61..a5a4cbd60 100644 --- a/build/arch-options/mips +++ b/build/arch-options/mips @@ -8,8 +8,8 @@ arch_porturl="mips" # This is coming from the lowmem package minimum_memory=33 # 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 type" +smp_config_option="Multi-Processing support" # Options below are assembled into one variable 'condition' # in the build scripts @@ -18,6 +18,6 @@ network="supports-tftp;supports-nfsroot" boot="" frontend="newt;not-gtk" other="supports-serial-console" -smp="" +smp="supports-smp-sometimes" goodies="" status="not-checked" diff --git a/build/arch-options/mipsel b/build/arch-options/mipsel index 4ec614aa2..a28ad5f76 100644 --- a/build/arch-options/mipsel +++ b/build/arch-options/mipsel @@ -8,8 +8,8 @@ arch_porturl="mips" # This is coming from the lowmem package minimum_memory=33 # 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 type" +smp_config_option="Multi-Processing support" # Options below are assembled into one variable 'condition' # in the build scripts @@ -18,6 +18,6 @@ network="supports-tftp;supports-bootp;supports-nfsroot" boot="" frontend="newt;not-gtk" other="supports-serial-console" -smp="" +smp="supports-smp-sometimes" goodies="" status="not-checked" |