From 8054550b9fa784ec2d09d19e47dae1d330e80776 Mon Sep 17 00:00:00 2001 From: JeremyStarTM Date: Wed, 4 Dec 2024 19:21:53 +0100 Subject: [PATCH] Correct and add information to setting comment --- PKGBUILD | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/PKGBUILD b/PKGBUILD index 42571d6..1274563 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -35,9 +35,13 @@ # Set to anything but null to activate. : "${_use_current:=""}" -# Apply optimizations from Linux-clear to the defconfig. -# This is useful for cases when _use_current is used but -# Linux-clear modifications are necessary for some reason. +# Apply selected optimizations chosen by +# the package maintainers to the config. +# +# Only takes effect if '_use_current' +# is enabled. Keep disabled if you want +# to reuse your existing kernel configuration +# without any changes being applied to it. # # Set to anything but null to activate. : "${_optimize_defconfig:=""}"