Gentoo Archives: gentoo-commits

From: Thomas Deutschmann <whissi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/genkernel:master commit in: arch/mips/
Date: Fri, 28 Aug 2020 20:18:55
Message-Id: 1598632559.6b7027063b9354c2c6b4be3741ac9e3107b37228.whissi@gentoo
1 commit: 6b7027063b9354c2c6b4be3741ac9e3107b37228
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Fri Aug 28 16:17:02 2020 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Fri Aug 28 16:35:59 2020 +0000
6 URL: https://gitweb.gentoo.org/proj/genkernel.git/commit/?id=6b702706
7
8 arch/mips/config.sh: Update outdated config
9
10 Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
11
12 arch/mips/config.sh | 8 ++++----
13 1 file changed, 4 insertions(+), 4 deletions(-)
14
15 diff --git a/arch/mips/config.sh b/arch/mips/config.sh
16 index 1a10862..50757e3 100644
17 --- a/arch/mips/config.sh
18 +++ b/arch/mips/config.sh
19 @@ -8,10 +8,10 @@ KERNEL_MAKE_DIRECTIVE_2=""
20 KERNEL_BINARY="./vmlinux"
21
22 # Initrd/Initramfs Options
23 -NOINITRDMODULES="yes"
24 -BUSYBOX=1
25 -DMRAID=0
26 +RAMDISKMODULES="no"
27 +BUSYBOX="yes"
28 +DMRAID="no"
29
30 # genkernel on mips is only used for LiveCDs && netboots. Catalyst
31 # will know where to get the kernels at.
32 -CMD_INSTALL=0
33 +INSTALL="no"