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
|
||||
bool "Always retrieve kernel package (see help)"
|
||||
default y if (BOOK_LFS && relSVN) || BOOK_HLFS
|
||||
default y if BOOK_LFS || BOOK_HLFS
|
||||
depends GETPKG
|
||||
help
|
||||
#-- Get the kernel package and patches even if no kernel
|
||||
|
@ -585,7 +585,10 @@ menu "--- General Settings"
|
|||
|
||||
# NOTE:
|
||||
# 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
|
||||
bool "Run the makefile"
|
||||
|
|
Reference in a new issue