Implement --[no-]compress-initramfs option to complement --[no-]integrated-initramfs
[genkernel.git] / arch / mips / config.sh
1 # $Id$
2 #
3 # Arch-specific options that normally shouldn't be changed.
4 #
5 KERNEL_MAKE_DIRECTIVE="vmlinux"
6 KERNEL_MAKE_DIRECTIVE_2=""
7 KERNEL_BINARY="./vmlinux"
8
9 # Initrd/Initramfs Options
10 USECOLOR="yes"
11 NOINITRDMODULES="yes"
12 BUSYBOX=1
13 DMRAID=0
14 DISKLABEL=0
15
16 # genkernel on mips is only used for LiveCDs && netboots.  Catalyst
17 # will know where to get the kernels at.
18 CMD_INSTALL=0
19
20 #
21 # Arch-specific defaults that can be overridden in the config file or on the
22 # command line.
23 #
24 DEFAULT_COMPRESS_INITRD="yes"
25 DEFAULT_KERNEL_MAKE=make
26 DEFAULT_UTILS_MAKE=make
27 DEFAULT_UTILS_CC=gcc
28 DEFAULT_UTILS_AS=as
29 DEFAULT_UTILS_LD=ld
30