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
This commit is contained in:
Jo-Philipp Wich 2015-01-25 21:02:12 +00:00
parent d70a9343e3
commit 48b0c50a05

View file

@ -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. # This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information. # See /LICENSE for more information.
@ -748,7 +748,7 @@ $(eval $(call KernelPackage,ikconfig))
define KernelPackage/zram define KernelPackage/zram
SUBMENU:=$(OTHER_MENU) SUBMENU:=$(OTHER_MENU)
TITLE:=ZRAM TITLE:=ZRAM
DEPENDS:=+kmod-lib-lzo DEPENDS:=+kmod-lib-lzo @!TARGET_ep93xx
KCONFIG:= \ KCONFIG:= \
CONFIG_ZSMALLOC \ CONFIG_ZSMALLOC \
CONFIG_ZRAM \ CONFIG_ZRAM \