From ee18912759d170e1f926bc1a234dba781a98fbdd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Thu, 26 Mar 2015 14:33:35 +0100 Subject: Setup oldconfig to yes to all In generated .config file are missing all non bool/tri state configs (except those from defconfig). This solution is only temporally. This way configuration never fails. --- conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'conf.py') diff --git a/conf.py b/conf.py index 3c69ee0..0de8bca 100644 --- a/conf.py +++ b/conf.py @@ -37,4 +37,4 @@ kconfig_parser = checkXf(pf('programs/kconfig_parser'), 'You must build programs # Programs output hide kconfig_parser_output = False minisat_output = False -kernel_config_output = True +kernel_config_output = False -- cgit v1.2.3