diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2015-01-25 21:02:12 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2015-01-25 21:02:12 +0000 |
commit | ceb0522dfeb4912b144672f9b914027163c6823e (patch) | |
tree | c8049f54259591e80ed112dc0bac92f190e00b70 | |
parent | 29d0143fd667cb4b060b4582c97aa7d68fb580e8 (diff) | |
download | upstream-ceb0522dfeb4912b144672f9b914027163c6823e.tar.gz upstream-ceb0522dfeb4912b144672f9b914027163c6823e.tar.bz2 upstream-ceb0522dfeb4912b144672f9b914027163c6823e.zip |
linux: disable kmod-zram on ep93xx, it does not export unmap_kernel_range
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@44145 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r-- | package/kernel/linux/modules/other.mk | 4 |
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 \ |