From a20ad4f4fd68300449af16c2e3627703951bb83c Mon Sep 17 00:00:00 2001 From: Laura Abbott Date: Fri, 2 Dec 2016 14:18:11 -0800 Subject: Add script to check config generation The kernel configuration generation currently checks to make sure every option is defined with listnewconfig. It does not check that each option is the same as listnewconfig. This can lead to odd situations where the Fedora configuration does not match what's actually present in the generated config. Add a script to check for these kinds of changes. Based on work done by Miguel Flores Silverio --- baseconfig/x86/i686PAE/CONFIG_MTD_OF_PARTS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'baseconfig/x86/i686PAE/CONFIG_MTD_OF_PARTS') diff --git a/baseconfig/x86/i686PAE/CONFIG_MTD_OF_PARTS b/baseconfig/x86/i686PAE/CONFIG_MTD_OF_PARTS index a47013ae6..bddcc3b5e 100644 --- a/baseconfig/x86/i686PAE/CONFIG_MTD_OF_PARTS +++ b/baseconfig/x86/i686PAE/CONFIG_MTD_OF_PARTS @@ -1 +1 @@ -CONFIG_MTD_OF_PARTS=y +CONFIG_MTD_OF_PARTS=m -- cgit