kernel: add missing zram option
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 39907
This commit is contained in:
parent
fbb5b8af8e
commit
ea2417fe03
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue