openwrtv3/target/linux/generic/patches-3.14/996-zsmalloc_allow_module_build.patch
Imre Kaloz 074af75668 add preliminary 3.14 support
Signed-off-by: Imre Kaloz <kaloz@openwrt.org>

SVN-Revision: 39789
2014-03-07 11:27:00 +00:00

11 lines
287 B
Diff

--- 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