diff options
author | Jarod Wilson <jarod@redhat.com> | 2011-01-07 16:40:18 -0500 |
---|---|---|
committer | Jarod Wilson <jarod@redhat.com> | 2011-01-10 17:37:27 -0500 |
commit | 5b65297cef481cbbccc803152b6c05d101169ead (patch) | |
tree | ac0313c3f391cb5dc296ce46abcb6dfbe9412c26 /config-local | |
parent | d9fdd68cbee5f54cfdc6350747621bbc9c93d275 (diff) | |
download | kernel-5b65297cef481cbbccc803152b6c05d101169ead.tar.gz kernel-5b65297cef481cbbccc803152b6c05d101169ead.tar.xz kernel-5b65297cef481cbbccc803152b6c05d101169ead.zip |
Add support for local rebuild config option overrides
Signed-off-by: Jarod Wilson <jarod@redhat.com>
Diffstat (limited to 'config-local')
-rw-r--r-- | config-local | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config-local b/config-local new file mode 100644 index 000000000..8c32be5be --- /dev/null +++ b/config-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. |