summaryrefslogtreecommitdiffstats
path: root/Makefile.release
diff options
context:
space:
mode:
authorJosh Boyer <jwboyer@fedoraproject.org>2013-11-13 09:00:49 -0500
committerJosh Boyer <jwboyer@fedoraproject.org>2013-11-13 10:27:35 -0500
commit991987b30763184d46ed1546f0712f2f6111995a (patch)
treecb7be162f6259c6bcdedde3952b756bb37b12d94 /Makefile.release
parent43260145fe3473020291436ef472240abc6e9bd0 (diff)
downloadkernel-991987b30763184d46ed1546f0712f2f6111995a.tar.gz
kernel-991987b30763184d46ed1546f0712f2f6111995a.tar.xz
kernel-991987b30763184d46ed1546f0712f2f6111995a.zip
Linux v3.12-7033-g42a2d92
Enable support for the new nf_tables stuff
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 ef0d66b6..4cd25f2d 100644
--- a/Makefile.release
+++ b/Makefile.release
@@ -64,6 +64,7 @@ config-release:
@perl -pi -e 's/CONFIG_QUOTA_DEBUG=y/# CONFIG_QUOTA_DEBUG is not set/' config-nodebug
@perl -pi -e 's/CONFIG_CPU_NOTIFIER_ERROR_INJECT=m/# CONFIG_CPU_NOTIFIER_ERROR_INJECT is not set/' config-nodebug
@perl -pi -e 's/CONFIG_DEBUG_PER_CPU_MAPS=y/# CONFIG_DEBUG_PER_CPU_MAPS is not set/' config-nodebug
+ @perl -pi -e 's/CONFIG_PERCPU_TEST=m/# CONFIG_PERCPU_TEST is not set/' config-nodebug
@perl -pi -e 's/CONFIG_TEST_LIST_SORT=y/# CONFIG_TEST_LIST_SORT is not set/' config-nodebug
@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