From: Vivien Didelot Date: Wed, 7 Jan 2015 21:15:28 +0000 (-0500) Subject: linux: hide custom patches when using a local tree X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=727f58044e3ae3c861acff78c369b400e0334734;p=buildroot.git linux: hide custom patches when using a local tree When using a custom local tree, we're using the OVERRIDE_SRCDIR internally, which means we do not apply patches. Since this is the expected behavior, make BR2_LINUX_KERNEL_PATCH and BR2_LINUX_KERNEL_CUSTOM_LOCAL options exclusive. Signed-off-by: Vivien Didelot Signed-off-by: Thomas Petazzoni --- diff --git a/linux/Config.in b/linux/Config.in index bf30426e15..13ae1acbeb 100644 --- a/linux/Config.in +++ b/linux/Config.in @@ -119,6 +119,7 @@ config BR2_LINUX_KERNEL_VERSION config BR2_LINUX_KERNEL_PATCH string "Custom kernel patches" + depends on !BR2_LINUX_KERNEL_CUSTOM_LOCAL help A space-separated list of patches to apply to the kernel. Each patch can be described as an URL, a local file