diff options
Diffstat (limited to 'linux/Config.in')
| -rw-r--r-- | linux/Config.in | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/linux/Config.in b/linux/Config.in index 91d4d71c9d..0fdc1949e2 100644 --- a/linux/Config.in +++ b/linux/Config.in @@ -63,6 +63,12 @@ config BR2_LINUX_KERNEL_CUSTOM_HG This option allows Buildroot to get the Linux kernel source code from a Mercurial 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 @@ -90,6 +96,12 @@ 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 "3.13.1" if BR2_LINUX_KERNEL_LATEST_VERSION @@ -99,6 +111,7 @@ 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 + default "custom" if BR2_LINUX_KERNEL_CUSTOM_LOCAL # # Patch selection |

