From 406586d172ee212ebbb1dbc3e30f63d5f9e6b51e Mon Sep 17 00:00:00 2001 From: JeremyStarTM Date: Wed, 4 Dec 2024 19:27:55 +0100 Subject: [PATCH] Add '_optimize_defconfig' envvar to README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0b8d88e..199bbf1 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,7 @@ The PKGBUILD file supports customization via environment variables. Here's a lis - `_makenconfig`: Invokes `make nconfig` (ncurses-based nicer configuration menu) before compilation starts - `_makexconfig`: Invokes `make xconfig` (X11-based GUI configuration menu) before compilation starts - `_use_current`: Will use the configuration of the running kernel, if the running kernel is compiled with `IKCONFIG_PROC` +- `_optimize_defconfig`: Applies package maintainer-picked configuration changes to your defconfig. Only takes effect with `_use_current` being enabled - `_copyfinalconfig`: Copies the final kernel configuration into the repository root as `kconfig-new` before compilation starts - `_localmodcfg`: Only compiles modules found in modprobed-db's database (which decreases compilation time and kernel size) - `_use_llvm_lto`: Compiles the kernel with LLVM instead of GCC. Should work, if not open an issue