From 1b7eeb80190501aaf226e90e8f58f994cfc3efe0 Mon Sep 17 00:00:00 2001 From: Laura Abbott Date: Thu, 10 Nov 2016 10:16:25 -0800 Subject: Change method of configuration generation The existing method of managing configuration files gets unweildy. Changing individual lines in text files gets difficult without manual organization. Switch to a method of configuration generation that's inspired from the method used inside Red Hat. Each configuration option gets its own file which are then combined to form the configuration files. This makes confirming what's actually enabled much easier. --- kernel-local | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 kernel-local (limited to 'kernel-local') diff --git a/kernel-local b/kernel-local new file mode 100644 index 000000000..8c32be5be --- /dev/null +++ b/kernel-local @@ -0,0 +1,2 @@ +# This file is intentionally left empty in the stock kernel. Its a nicety +# added for those wanting to do custom rebuilds with altered config opts. -- cgit