diff options
author | Justin M. Forbes <jforbes@redhat.com> | 2016-01-12 13:07:02 -0600 |
---|---|---|
committer | Justin M. Forbes <jforbes@redhat.com> | 2016-01-12 13:07:02 -0600 |
commit | 84f63188188f713b156720253488c7e88ea6a023 (patch) | |
tree | fd088e836d7a95abc12ce4471fd8c10d4f190be7 /Makefile.release | |
parent | 0c2a2f5349cef63c6a8d4bb53593fae904912054 (diff) | |
download | kernel-84f63188188f713b156720253488c7e88ea6a023.tar.gz kernel-84f63188188f713b156720253488c7e88ea6a023.tar.xz kernel-84f63188188f713b156720253488c7e88ea6a023.zip |
v4.4-1175-g03891f9
Diffstat (limited to 'Makefile.release')
-rw-r--r-- | Makefile.release | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.release b/Makefile.release index d7e8844b7..6fa0645b8 100644 --- a/Makefile.release +++ b/Makefile.release @@ -67,6 +67,7 @@ config-release: @perl -pi -e 's/CONFIG_TEST_STRING_HELPERS=m/# CONFIG_TEST_STRING_HELPERS is not set/' config-nodebug @perl -pi -e 's/CONFIG_DEBUG_ATOMIC_SLEEP=y/# CONFIG_DEBUG_ATOMIC_SLEEP is not set/' config-nodebug @perl -pi -e 's/CONFIG_DETECT_HUNG_TASK=y/# CONFIG_DETECT_HUNG_TASK is not set/' config-nodebug + @perl -pi -e 's/CONFIG_WQ_WATCHDOG=y/# CONFIG_WQ_WATCHDOG 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 |