Author: jow Date: 2015-01-25 22:02:12 +0100 (Sun, 25 Jan 2015) New Revision: 44145
Modified: trunk/package/kernel/linux/modules/other.mk Log: linux: disable kmod-zram on ep93xx, it does not export unmap_kernel_range Signed-off-by: Jo-Philipp Wich <[email protected]> Modified: trunk/package/kernel/linux/modules/other.mk =================================================================== --- trunk/package/kernel/linux/modules/other.mk 2015-01-25 20:52:50 UTC (rev 44144) +++ trunk/package/kernel/linux/modules/other.mk 2015-01-25 21:02:12 UTC (rev 44145) @@ -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 @@ define KernelPackage/zram SUBMENU:=$(OTHER_MENU) TITLE:=ZRAM - DEPENDS:=+kmod-lib-lzo + DEPENDS:=+kmod-lib-lzo @!TARGET_ep93xx KCONFIG:= \ CONFIG_ZSMALLOC \ CONFIG_ZRAM \ _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
