summaryrefslogtreecommitdiffstats
path: root/package/kernel/linux/modules/other.mk
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2015-01-25 21:02:12 +0000
committerJo-Philipp Wich <jow@openwrt.org>2015-01-25 21:02:12 +0000
commit48b0c50a05db279a5aa06e9eb644958126d6c894 (patch)
tree68e1d6113692f15ed6e551ba2720f0c061ba13c6 /package/kernel/linux/modules/other.mk
parentd70a9343e369543acb05c9ac32d97b155a9fc866 (diff)
downloadmaster-31e0f0ae-48b0c50a05db279a5aa06e9eb644958126d6c894.tar.gz
master-31e0f0ae-48b0c50a05db279a5aa06e9eb644958126d6c894.tar.bz2
master-31e0f0ae-48b0c50a05db279a5aa06e9eb644958126d6c894.zip
linux: disable kmod-zram on ep93xx, it does not export unmap_kernel_range
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 44145
Diffstat (limited to 'package/kernel/linux/modules/other.mk')
-rw-r--r--package/kernel/linux/modules/other.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/kernel/linux/modules/other.mk b/package/kernel/linux/modules/other.mk
index b2d8eb7efa..25e0f199d8 100644
--- a/package/kernel/linux/modules/other.mk
+++ b/package/kernel/linux/modules/other.mk
@@ -1,5 +1,5 @@
#
-# Copyright (C) 2006-2012 OpenWrt.org
+# Copyright (C) 2006-2015 OpenWrt.org
#
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
@@ -748,7 +748,7 @@ $(eval $(call KernelPackage,ikconfig))
define KernelPackage/zram
SUBMENU:=$(OTHER_MENU)
TITLE:=ZRAM
- DEPENDS:=+kmod-lib-lzo
+ DEPENDS:=+kmod-lib-lzo @!TARGET_ep93xx
KCONFIG:= \
CONFIG_ZSMALLOC \
CONFIG_ZRAM \