From 727f58044e3ae3c861acff78c369b400e0334734 Mon Sep 17 00:00:00 2001 From: Vivien Didelot Date: Wed, 7 Jan 2015 16:15:28 -0500 Subject: [PATCH] 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 --- linux/Config.in | 1 + 1 file changed, 1 insertion(+) 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 -- 2.30.2