Add help about kernel config

Now, there is a timeout if the config file is not up to date. Say
so in the help.
This commit is contained in:
Pierre Labastie 2023-09-17 09:39:52 +02:00
parent 1c22535b2e
commit 6d9bd8e8e8
1 changed files with 7 additions and 0 deletions

View File

@ -604,6 +604,13 @@ menu "System configuration"
#-- Fully qualified path to a kernel config file
# The config file will be copied to ${BUILD_DIR}/sources
# and renamed 'kernel-config'
#
# Important: if the config file is out of date (missing
# option), the kernel build will timeout instead of
# waiting forever for an input. This will generate error
# 124. In this case, update your config file,
# copy it to $BUILD_DIR/sources/kernel-config, and
# restart the build.
#--- End Kernel
config NCURSES5