diff options
author | Samuel Thibault <sthibault@debian.org> | 2010-09-18 13:25:25 +0000 |
---|---|---|
committer | Samuel Thibault <sthibault@debian.org> | 2010-09-18 13:25:25 +0000 |
commit | d1537fbce1b97f42ddd4dc619107a40a97b3506b (patch) | |
tree | b56544838ca363186954974cf83308ec68e0f8c3 /build/arch-options/mipsel | |
parent | e8976bc4cca526281160dc436417940d3c95e6e5 (diff) | |
download | installation-guide-d1537fbce1b97f42ddd4dc619107a40a97b3506b.zip |
Factorize os-specific parameters in build/arch-options.
Diffstat (limited to 'build/arch-options/mipsel')
-rw-r--r-- | build/arch-options/mipsel | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/build/arch-options/mipsel b/build/arch-options/mipsel index 81a8d8381..87ea761cf 100644 --- a/build/arch-options/mipsel +++ b/build/arch-options/mipsel @@ -2,11 +2,9 @@ # the 'mipsel' architecture # It is sourced by the build scripts -archspec="mipsel;not-x86;not-s390;not-powerpc;linux-any" +archspec="mipsel;not-x86;not-s390;not-powerpc" arch_listname="mips" arch_porturl="mips" -arch_kernel="Linux" -arch_parttype="Linux" minimum_memory=32 # These two options should be set if condition 'smp' is set below smp_config_section="N/A" |