diff options
author | 2020-08-28 18:17:02 +0200 | |
---|---|---|
committer | 2020-08-28 18:35:59 +0200 | |
commit | 6b7027063b9354c2c6b4be3741ac9e3107b37228 (patch) | |
tree | c0d6249419bab2f5896c413a3d80a4377793e804 /arch | |
parent | gkbuilds/xfsprogs: Build xfs_growfs (diff) | |
download | genkernel-6b7027063b9354c2c6b4be3741ac9e3107b37228.tar.gz genkernel-6b7027063b9354c2c6b4be3741ac9e3107b37228.tar.bz2 genkernel-6b7027063b9354c2c6b4be3741ac9e3107b37228.zip |
arch/mips/config.sh: Update outdated config
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/mips/config.sh | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/arch/mips/config.sh b/arch/mips/config.sh index 1a10862..50757e3 100644 --- a/arch/mips/config.sh +++ b/arch/mips/config.sh @@ -8,10 +8,10 @@ KERNEL_MAKE_DIRECTIVE_2="" KERNEL_BINARY="./vmlinux" # Initrd/Initramfs Options -NOINITRDMODULES="yes" -BUSYBOX=1 -DMRAID=0 +RAMDISKMODULES="no" +BUSYBOX="yes" +DMRAID="no" # genkernel on mips is only used for LiveCDs && netboots. Catalyst # will know where to get the kernels at. -CMD_INSTALL=0 +INSTALL="no" |