Allways select to download the kernel package for LFS books.
This commit is contained in:
parent
7d6fe10675
commit
7e45406f02
1 changed files with 5 additions and 2 deletions
|
@ -577,7 +577,7 @@ menu "--- General Settings"
|
||||||
|
|
||||||
config GETKERNEL
|
config GETKERNEL
|
||||||
bool "Always retrieve kernel package (see help)"
|
bool "Always retrieve kernel package (see help)"
|
||||||
default y if (BOOK_LFS && relSVN) || BOOK_HLFS
|
default y if BOOK_LFS || BOOK_HLFS
|
||||||
depends GETPKG
|
depends GETPKG
|
||||||
help
|
help
|
||||||
#-- Get the kernel package and patches even if no kernel
|
#-- Get the kernel package and patches even if no kernel
|
||||||
|
@ -585,7 +585,10 @@ menu "--- General Settings"
|
||||||
|
|
||||||
# NOTE:
|
# NOTE:
|
||||||
# The kernel package must be available when building
|
# The kernel package must be available when building
|
||||||
# the SVN version of LFS to can install the headers files.
|
# the SVN version of LFS or HLFS to can install the
|
||||||
|
# headers files.
|
||||||
|
#
|
||||||
|
# If building LFS-6.2 this setting can be disabled.
|
||||||
|
|
||||||
config RUNMAKE
|
config RUNMAKE
|
||||||
bool "Run the makefile"
|
bool "Run the makefile"
|
||||||
|
|
Reference in a new issue