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.
|
# if possible.
|
||||||
|
|
||||||
config GETKERNEL
|
config GETKERNEL
|
||||||
bool "Always retrieve kernel package"
|
bool "Always retrieve kernel package (see help)"
|
||||||
default n
|
default y if BOOK_LFS && relSVN
|
||||||
depends GETPKG
|
depends GETPKG
|
||||||
help
|
help
|
||||||
#-- Get the kernel package and patches even if no configuration
|
#-- Get the kernel package and patches even if no kernel
|
||||||
# file has been supplied.
|
# 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
|
config RUNMAKE
|
||||||
bool "Run the makefile"
|
bool "Run the makefile"
|
||||||
|
|
Reference in a new issue