From c280c23b8d8c3ff9f7ba47d8bbd403b8691c8e3c Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Mon, 26 May 2014 13:35:43 +0200 Subject: allow to disable kernel patches --- target/config/Config.in.adk | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'target/config/Config.in.adk') diff --git a/target/config/Config.in.adk b/target/config/Config.in.adk index 433404cc6..9938b68c1 100644 --- a/target/config/Config.in.adk +++ b/target/config/Config.in.adk @@ -22,6 +22,22 @@ config ADK_DISABLE_HONOUR_CFLAGS help Disable honour CFLAGS checks. +config ADK_DISABLE_KERNEL_PATCHES + bool "Disable global kernel patches" + default n + help + Disable all global kernel patches. + This might prevent the cross-compilation on + non-Linux targets. Useful for bug reporting on LKML. + +config ADK_DISABLE_TARGET_KERNEL_PATCHES + bool "Disable target specific kernel patches" + default n + help + Disable all target specific kernel patches. + This might render a system unusable, when external + kernel patches are required for bootup. + config ADK_WGET_TIMEOUT int "Set wget timeout" default 10 -- cgit v1.2.3