From 4b8c47639a2d49ae4fd8bbca74251b67a8a48e46 Mon Sep 17 00:00:00 2001 From: Hauke Mehrtens Date: Fri, 31 Oct 2014 23:43:10 +0000 Subject: kernel: add some missing config options Signed-off-by: Hauke Mehrtens git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43136 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- package/kernel/linux/modules/other.mk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'package/kernel/linux/modules') diff --git a/package/kernel/linux/modules/other.mk b/package/kernel/linux/modules/other.mk index 2f9831b16c..ce22819887 100644 --- a/package/kernel/linux/modules/other.mk +++ b/package/kernel/linux/modules/other.mk @@ -764,7 +764,8 @@ define KernelPackage/zram CONFIG_ZSMALLOC \ CONFIG_ZRAM \ CONFIG_ZRAM_DEBUG=n \ - CONFIG_PGTABLE_MAPPING=n + CONFIG_PGTABLE_MAPPING=n \ + CONFIG_ZRAM_LZ4_COMPRESS=y ifeq ($(strip $(call CompareKernelPatchVer,$(KERNEL_PATCHVER),ge,3.14.0)),1) FILES:=\ $(LINUX_DIR)/mm/zsmalloc.ko \ -- cgit v1.2.3