mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2024-12-28 09:32:39 +00:00
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
@ -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 New Issue
Block a user