diff options
author | Josh Boyer <jwboyer@redhat.com> | 2011-10-31 15:20:40 -0400 |
---|---|---|
committer | Josh Boyer <jwboyer@redhat.com> | 2011-10-31 15:20:40 -0400 |
commit | 8e04ce5a387af9a033773520fa7c07b705e081c6 (patch) | |
tree | 5c7669fe0426c9b373df7101967fbecaeeb60f40 /Makefile.release | |
parent | dff08547967b51d0c1a79626647971c508e4106e (diff) | |
download | kernel-8e04ce5a387af9a033773520fa7c07b705e081c6.tar.gz kernel-8e04ce5a387af9a033773520fa7c07b705e081c6.tar.xz kernel-8e04ce5a387af9a033773520fa7c07b705e081c6.zip |
Linux 3.1-git3. Happy Halloween.
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 88a014dd6..eb37093da 100644 --- a/Makefile.release +++ b/Makefile.release @@ -22,6 +22,7 @@ config-release: @perl -pi -e 's/CONFIG_FAIL_PAGE_ALLOC=y/# CONFIG_FAIL_PAGE_ALLOC is not set/' config-nodebug @perl -pi -e 's/CONFIG_FAIL_IO_TIMEOUT=y/# CONFIG_FAIL_IO_TIMEOUT is not set/' config-nodebug @perl -pi -e 's/CONFIG_FAIL_MAKE_REQUEST=y/# CONFIG_FAIL_MAKE_REQUEST is not set/' config-nodebug + @perl -pi -e 's/CONFIG_FAIL_MMC_REQUEST=y/# CONFIG_FAIL_MMC_REQUEST is not set/' config-nodebug @perl -pi -e 's/CONFIG_FAULT_INJECTION_DEBUG_FS=y/# CONFIG_FAULT_INJECTION_DEBUG_FS is not set/' config-nodebug @perl -pi -e 's/CONFIG_FAULT_INJECTION_STACKTRACE_FILTER=y/# CONFIG_FAULT_INJECTION_STACKTRACE_FILTER is not set/' config-nodebug @perl -pi -e 's/CONFIG_DEBUG_SG=y/# CONFIG_DEBUG_SG is not set/' config-nodebug |