Author: jow Date: 2015-01-29 22:59:03 +0100 (Thu, 29 Jan 2015) New Revision: 44205
Modified: trunk/package/kernel/linux/modules/other.mk Log: linux: kmod-zram requires kmod-lib-lz4 for >= 3.15 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-29 21:58:57 UTC (rev 44204) +++ trunk/package/kernel/linux/modules/other.mk 2015-01-29 21:59:03 UTC (rev 44205) @@ -748,7 +748,7 @@ define KernelPackage/zram SUBMENU:=$(OTHER_MENU) TITLE:=ZRAM - DEPENDS:=+kmod-lib-lzo @!TARGET_ep93xx + DEPENDS:=+kmod-lib-lzo @!TARGET_ep93xx +(!LINUX_3_8&&!LINUX_3_10&&!LINUX_3_13&&!LINUX_3_14):kmod-lib-lz4 KCONFIG:= \ CONFIG_ZSMALLOC \ CONFIG_ZRAM \ _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
