aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomasz Wasiak <tjwasiak@poczta.onet.pl>2013-12-30 17:06:29 +0000
committerRobin H. Johnson <robbat2@gentoo.org>2017-01-07 17:50:38 -0800
commitfed47394442b82575d0397af560273a45a4c4724 (patch)
tree19525de6e042ab2946d1d9f3e19412b38f7dcb4c /genkernel.conf
parentEnhacements and fixes for kernel configuration file handling (diff)
downloadgenkernel-fed47394442b82575d0397af560273a45a4c4724.tar.gz
genkernel-fed47394442b82575d0397af560273a45a4c4724.tar.bz2
genkernel-fed47394442b82575d0397af560273a45a4c4724.zip
Kernel nconfig support
Support for nconfig kernel configuration target. Minor fixes in [g|x]config support. Fixes: https://bugs.gentoo.org/show_bug.cgi?id=496512#c2 Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
Diffstat (limited to 'genkernel.conf')
-rw-r--r--genkernel.conf8
1 files changed, 4 insertions, 4 deletions
diff --git a/genkernel.conf b/genkernel.conf
index d8f4ede..85a1763 100644
--- a/genkernel.conf
+++ b/genkernel.conf
@@ -16,12 +16,12 @@ OLDCONFIG="yes"
# Run 'make menuconfig' before compiling this kernel?
MENUCONFIG="no"
-
+# Run 'make gconfig' before compiling this kernel?
+GCONFIG="no"
# Run 'make nconfig' (ncurses 'menuconfig') before compiling this kernel?
NCONFIG="no"
-
-# Note, that two previous lines are mutual exclusive (logically), while
-# MENUCONFIG has a higher priority if both them is enabled.
+# Run 'make xconfig' before compiling this kernel?
+XCONFIG="no"
# Run 'make clean' before compilation?
# If set to NO, implies MRPROPER WILL NOT be run