aboutsummaryrefslogtreecommitdiff
path: root/arch/mips
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2012-01-04 03:27:20 +0000
committerRobin H. Johnson <robbat2@gentoo.org>2012-01-04 03:28:00 +0000
commita141d71531669dc888911c9141fd98ade753d200 (patch)
tree6612fc7ddc58840c564131d384af6d4f01ee5b2a /arch/mips
parentBump version to 3.4.20 (diff)
downloadgenkernel-a141d71531669dc888911c9141fd98ade753d200.tar.gz
genkernel-a141d71531669dc888911c9141fd98ade753d200.tar.bz2
genkernel-a141d71531669dc888911c9141fd98ade753d200.zip
Improve option handling.
Provide real boolean commandline options for options that were previously only available as booleans in the config, so that they can be enable in configuration and overridden to disable on the commandline. Remove negation on options: NOINSTALL, NORAMDISKMODULES, NO_KERNEL_SOURCES. Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
Diffstat (limited to 'arch/mips')
-rwxr-xr-xarch/mips/config.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/config.sh b/arch/mips/config.sh
index 05b3c82..9d49c09 100755
--- a/arch/mips/config.sh
+++ b/arch/mips/config.sh
@@ -16,7 +16,7 @@ DISKLABEL=0
# genkernel on mips is only used for LiveCDs && netboots. Catalyst
# will know where to get the kernels at.
-CMD_NOINSTALL=1
+CMD_INSTALL=0
#
# Arch-specific defaults that can be overridden in the config file or on the