The kernel sources package must be available when building LFS SVN.
This commit is contained in:
parent
64c9caf20b
commit
3d7b662116
1 changed files with 8 additions and 4 deletions
12
Config.in
12
Config.in
|
@ -490,12 +490,16 @@ menu "--- General Settings"
|
|||
# if possible.
|
||||
|
||||
config GETKERNEL
|
||||
bool "Always retrieve kernel package"
|
||||
default n
|
||||
bool "Always retrieve kernel package (see help)"
|
||||
default y if BOOK_LFS && relSVN
|
||||
depends GETPKG
|
||||
help
|
||||
#-- Get the kernel package and patches even if no configuration
|
||||
# file has been supplied.
|
||||
#-- Get the kernel package and patches even if no kernel
|
||||
# configuration file has been supplied.
|
||||
|
||||
# NOTE:
|
||||
# The kernel package must be available when building
|
||||
# the SVN version of LFS to can install the headers files.
|
||||
|
||||
config RUNMAKE
|
||||
bool "Run the makefile"
|
||||
|
|
Reference in a new issue