diff options
author | BlackNoxis <steven.darklight@gmail.com> | 2014-12-14 12:28:50 +0200 |
---|---|---|
committer | BlackNoxis <steven.darklight@gmail.com> | 2014-12-14 12:28:50 +0200 |
commit | 81f51157e73b46b821e89cb6ad04cb757a1da5cc (patch) | |
tree | 1960206bd075c10229a50f3185b443737c66555c /eclass/kogaion-kernel.eclass | |
parent | ecff45cbae2771bef76e3bee5bc7e3c9f657d776 (diff) |
No menuconfig when emerging kernels
Diffstat (limited to 'eclass/kogaion-kernel.eclass')
-rw-r--r-- | eclass/kogaion-kernel.eclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/kogaion-kernel.eclass b/eclass/kogaion-kernel.eclass index 2b25e002..8c74a29b 100644 --- a/eclass/kogaion-kernel.eclass +++ b/eclass/kogaion-kernel.eclass @@ -516,7 +516,7 @@ _kernel_src_compile() { cd "${S}" || die local GKARGS=() - GKARGS+=( "--no-save-config" "--e2fsprogs" "--udev" ) + GKARGS+=( "--no-menuconfig" "--no-save-config" "--e2fsprogs" "--udev" ) # use splash && GKARGS+=( "--splash=kogaion" ) #NO MORE fbsplash!!! use plymouth && GKARGS+=( "--plymouth" "--plymouth-theme=${PLYMOUTH_THEME}" ) #reverted to use variable (check the eclass) use dmraid && GKARGS+=( "--dmraid" ) |