Correct and add information to setting comment

This commit is contained in:
JeremyStar™ 2024-12-04 19:21:53 +01:00
parent 5139ded653
commit 8054550b9f
Signed by untrusted user: JeremyStarTM
GPG key ID: E366BAEF67E4704D

View file

@ -35,9 +35,13 @@
# Set to anything but null to activate. # Set to anything but null to activate.
: "${_use_current:=""}" : "${_use_current:=""}"
# Apply optimizations from Linux-clear to the defconfig. # Apply selected optimizations chosen by
# This is useful for cases when _use_current is used but # the package maintainers to the config.
# Linux-clear modifications are necessary for some reason. #
# 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. # Set to anything but null to activate.
: "${_optimize_defconfig:=""}" : "${_optimize_defconfig:=""}"