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:
parent
1c22535b2e
commit
6d9bd8e8e8
1 changed files with 7 additions and 0 deletions
|
@ -604,6 +604,13 @@ menu "System configuration"
|
||||||
#-- Fully qualified path to a kernel config file
|
#-- Fully qualified path to a kernel config file
|
||||||
# The config file will be copied to ${BUILD_DIR}/sources
|
# The config file will be copied to ${BUILD_DIR}/sources
|
||||||
# and renamed 'kernel-config'
|
# 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
|
#--- End Kernel
|
||||||
|
|
||||||
config NCURSES5
|
config NCURSES5
|
||||||
|
|
Reference in a new issue