aboutsummaryrefslogtreecommitdiffstats
path: root/package/kernel/linux/modules/other.mk
diff options
context:
space:
mode:
authorJohn Crispin <blogic@openwrt.org>2015-04-01 08:31:26 +0000
committerJohn Crispin <blogic@openwrt.org>2015-04-01 08:31:26 +0000
commitfca6f40539ccf88dcc2be3e483a342fa8f6bf13e (patch)
tree3441d37d0aca8d0409fcde88ed4a5fc131e816d5 /package/kernel/linux/modules/other.mk
parentaf4bf61297b75bce35c821ac77c62fb30fa711f8 (diff)
downloadmaster-187ad058-fca6f40539ccf88dcc2be3e483a342fa8f6bf13e.tar.gz
master-187ad058-fca6f40539ccf88dcc2be3e483a342fa8f6bf13e.tar.bz2
master-187ad058-fca6f40539ccf88dcc2be3e483a342fa8f6bf13e.zip
kernel: add missing symbols to config and modules
Signed-off-by: Daniel Golle <daniel@makrotopia.org> v2: changes in input.mk broke the patch, some of the CONFIG_SND_* stuff was added already git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45205 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/kernel/linux/modules/other.mk')
-rw-r--r--package/kernel/linux/modules/other.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/kernel/linux/modules/other.mk b/package/kernel/linux/modules/other.mk
index 18edaeffc5..6a5825011c 100644
--- a/package/kernel/linux/modules/other.mk
+++ b/package/kernel/linux/modules/other.mk
@@ -746,6 +746,7 @@ define KernelPackage/zram
CONFIG_ZRAM \
CONFIG_ZRAM_DEBUG=n \
CONFIG_PGTABLE_MAPPING=n \
+ CONFIG_ZSMALLOC_STAT=n \
CONFIG_ZRAM_LZ4_COMPRESS=y
FILES:= \
$(LINUX_DIR)/drivers/staging/zsmalloc/zsmalloc.ko@lt3.14 \