From: hauke Date: Wed, 12 Mar 2014 23:36:01 +0000 (+0000) Subject: kernel: add missing zram option X-Git-Url: https://git.archive.openwrt.org/?p=openwrt.git;a=commitdiff_plain;h=fc23d57b9d69c60302ba8ece7d68e402bbef1f70;hp=5d241ffe34ce228e9c341d1162a0a4a7e57e7b18 kernel: add missing zram option Signed-off-by: Hauke Mehrtens git-svn-id: svn://svn.openwrt.org/openwrt/trunk@39907 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/package/kernel/linux/modules/other.mk b/package/kernel/linux/modules/other.mk index c1adc66c52..406eb52b84 100644 --- a/package/kernel/linux/modules/other.mk +++ b/package/kernel/linux/modules/other.mk @@ -705,7 +705,8 @@ define KernelPackage/zram KCONFIG:= \ CONFIG_ZSMALLOC \ CONFIG_ZRAM \ - CONFIG_ZRAM_DEBUG=n + CONFIG_ZRAM_DEBUG=n \ + CONFIG_PGTABLE_MAPPING=n FILES:= \ $(LINUX_DIR)/drivers/staging/zsmalloc/zsmalloc.ko \ $(LINUX_DIR)/drivers/staging/zram/zram.ko