|
@@ -29,18 +29,6 @@ choice
|
|
config BR2_LINUX_KERNEL_LATEST_VERSION
|
|
config BR2_LINUX_KERNEL_LATEST_VERSION
|
|
bool "4.4.1"
|
|
bool "4.4.1"
|
|
|
|
|
|
-config BR2_LINUX_KERNEL_SAME_AS_HEADERS
|
|
|
|
- bool "Same as toolchain kernel headers"
|
|
|
|
- depends on !BR2_KERNEL_HEADERS_AS_KERNEL
|
|
|
|
- depends on BR2_TOOLCHAIN_BUILDROOT
|
|
|
|
- help
|
|
|
|
- This option will re-use the same kernel sources as the one
|
|
|
|
- that have been used for the kernel headers of the
|
|
|
|
- cross-compiling toolchain. Having the same version for the
|
|
|
|
- kernel running on the system and for the kernel headers is
|
|
|
|
- not a requirement, but using the same version allows to
|
|
|
|
- download only one tarball of the kernel sources.
|
|
|
|
-
|
|
|
|
config BR2_LINUX_KERNEL_CUSTOM_VERSION
|
|
config BR2_LINUX_KERNEL_CUSTOM_VERSION
|
|
bool "Custom version"
|
|
bool "Custom version"
|
|
help
|
|
help
|
|
@@ -117,7 +105,6 @@ config BR2_LINUX_KERNEL_CUSTOM_LOCAL_PATH
|
|
config BR2_LINUX_KERNEL_VERSION
|
|
config BR2_LINUX_KERNEL_VERSION
|
|
string
|
|
string
|
|
default "4.4.1" if BR2_LINUX_KERNEL_LATEST_VERSION
|
|
default "4.4.1" if BR2_LINUX_KERNEL_LATEST_VERSION
|
|
- default BR2_DEFAULT_KERNEL_HEADERS if BR2_LINUX_KERNEL_SAME_AS_HEADERS
|
|
|
|
default BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE \
|
|
default BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE \
|
|
if BR2_LINUX_KERNEL_CUSTOM_VERSION
|
|
if BR2_LINUX_KERNEL_CUSTOM_VERSION
|
|
default "custom" if BR2_LINUX_KERNEL_CUSTOM_TARBALL
|
|
default "custom" if BR2_LINUX_KERNEL_CUSTOM_TARBALL
|