diff options
Diffstat (limited to 'build/arch-options/mipsel')
-rw-r--r-- | build/arch-options/mipsel | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/build/arch-options/mipsel b/build/arch-options/mipsel index d665055e3..e47979507 100644 --- a/build/arch-options/mipsel +++ b/build/arch-options/mipsel @@ -2,8 +2,9 @@ # the 'mipsel' architecture # It is sourced by the build scripts -archspec="mipsel;not-x86;not-s390;not-powerpc" +archspec="mipsel;not-x86;not-s390;not-powerpc;linux-any" arch_listname="mips" +arch_kernel="Linux" minimum_memory=32 # These two options should be set if condition 'smp' is set below smp_config_section="N/A" |