commit: 6b7027063b9354c2c6b4be3741ac9e3107b37228 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org> AuthorDate: Fri Aug 28 16:17:02 2020 +0000 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org> CommitDate: Fri Aug 28 16:35:59 2020 +0000 URL: https://gitweb.gentoo.org/proj/genkernel.git/commit/?id=6b702706
arch/mips/config.sh: Update outdated config Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org> arch/mips/config.sh | 8 ++++---- 1 file 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"
