summaryrefslogtreecommitdiffstats
path: root/target/linux/generic/patches-3.14/996-zsmalloc_allow_module_build.patch
diff options
context:
space:
mode:
Diffstat (limited to 'target/linux/generic/patches-3.14/996-zsmalloc_allow_module_build.patch')
-rw-r--r--target/linux/generic/patches-3.14/996-zsmalloc_allow_module_build.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/target/linux/generic/patches-3.14/996-zsmalloc_allow_module_build.patch b/target/linux/generic/patches-3.14/996-zsmalloc_allow_module_build.patch
new file mode 100644
index 0000000000..ea6d4449f6
--- /dev/null
+++ b/target/linux/generic/patches-3.14/996-zsmalloc_allow_module_build.patch
@@ -0,0 +1,11 @@
+--- a/mm/Kconfig
++++ b/mm/Kconfig
+@@ -554,7 +554,7 @@ config MEM_SOFT_DIRTY
+ See Documentation/vm/soft-dirty.txt for more details.
+
+ config ZSMALLOC
+- bool "Memory allocator for compressed pages"
++ tristate "Memory allocator for compressed pages"
+ depends on MMU
+ default n
+ help