summaryrefslogtreecommitdiffstats
path: root/Makefile.release
diff options
context:
space:
mode:
authorJosh Boyer <jwboyer@redhat.com>2012-07-30 19:13:04 -0400
committerJosh Boyer <jwboyer@redhat.com>2012-07-30 19:13:04 -0400
commitf7572813ba8f6229b441cf19bcb999e99b4936e7 (patch)
treea2e17c4feb3f7e41a6d43297c388a68e5d422e4e /Makefile.release
parent3e99ab1ff2ae21fe5759bb6221273a455b11d425 (diff)
downloadkernel-f7572813ba8f6229b441cf19bcb999e99b4936e7.tar.gz
kernel-f7572813ba8f6229b441cf19bcb999e99b4936e7.tar.xz
kernel-f7572813ba8f6229b441cf19bcb999e99b4936e7.zip
Update config options
Diffstat (limited to 'Makefile.release')
-rw-r--r--Makefile.release1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.release b/Makefile.release
index e3ad8071..ee811bac 100644
--- a/Makefile.release
+++ b/Makefile.release
@@ -68,6 +68,7 @@ config-release:
@perl -pi -e 's/CONFIG_DETECT_HUNG_TASK=y/# CONFIG_DETECT_HUNG_TASK is not set/' config-nodebug
@perl -pi -e 's/CONFIG_X86_BOOTPARAM_MEMORY_CORRUPTION_CHECK=y/# CONFIG_X86_BOOTPARAM_MEMORY_CORRUPTION_CHECK is not set/' config-nodebug
@perl -pi -e 's/CONFIG_DEBUG_KMEMLEAK=y/# CONFIG_DEBUG_KMEMLEAK is not set/' config-nodebug
+ @perl -pi -e 's/CONFIG_MAC80211_MESSAGE_TRACING=y/# CONFIG_MAC80211_MESSAGE_TRACING is not set/' config-nodebug
@# Undo anything that make extremedebug might have set
@perl -pi -e 's/CONFIG_DEBUG_PAGEALLOC=y/# CONFIG_DEBUG_PAGEALLOC is not set/' config-debug