|
@@ -69,12 +69,6 @@ config BR2_LINUX_KERNEL_CUSTOM_SVN
|
|
|
This option allows Buildroot to get the Linux kernel source
|
|
|
code from a Subversion repository.
|
|
|
|
|
|
-config BR2_LINUX_KERNEL_CUSTOM_LOCAL
|
|
|
- bool "Local directory"
|
|
|
- help
|
|
|
- This option allows Buildroot to get the Linux kernel source
|
|
|
- code from a local directory.
|
|
|
-
|
|
|
endchoice
|
|
|
|
|
|
config BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE
|
|
@@ -102,12 +96,6 @@ config BR2_LINUX_KERNEL_CUSTOM_REPO_VERSION
|
|
|
|
|
|
endif
|
|
|
|
|
|
-config BR2_LINUX_KERNEL_CUSTOM_LOCAL_PATH
|
|
|
- string "Path to the local directory"
|
|
|
- depends on BR2_LINUX_KERNEL_CUSTOM_LOCAL
|
|
|
- help
|
|
|
- Path to the local directory with the Linux kernel source code.
|
|
|
-
|
|
|
config BR2_LINUX_KERNEL_VERSION
|
|
|
string
|
|
|
default "4.7" if BR2_LINUX_KERNEL_LATEST_VERSION
|
|
@@ -116,7 +104,6 @@ config BR2_LINUX_KERNEL_VERSION
|
|
|
default "custom" if BR2_LINUX_KERNEL_CUSTOM_TARBALL
|
|
|
default BR2_LINUX_KERNEL_CUSTOM_REPO_VERSION \
|
|
|
if BR2_LINUX_KERNEL_CUSTOM_GIT || BR2_LINUX_KERNEL_CUSTOM_HG || BR2_LINUX_KERNEL_CUSTOM_SVN
|
|
|
- default "custom" if BR2_LINUX_KERNEL_CUSTOM_LOCAL
|
|
|
|
|
|
#
|
|
|
# Patch selection
|