aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Deutschmann <whissi@gentoo.org>2020-08-28 18:17:02 +0200
committerThomas Deutschmann <whissi@gentoo.org>2020-08-28 18:35:59 +0200
commit6b7027063b9354c2c6b4be3741ac9e3107b37228 (patch)
treec0d6249419bab2f5896c413a3d80a4377793e804 /arch/mips/config.sh
parentgkbuilds/xfsprogs: Build xfs_growfs (diff)
downloadgenkernel-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/mips/config.sh')
-rw-r--r--arch/mips/config.sh8
1 files changed, 4 insertions, 4 deletions
diff --git a/arch/mips/config.sh b/arch/mips/config.sh
index 1a108621..50757e33 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"