Author: nbd Date: 2015-03-19 12:59:21 +0100 (Thu, 19 Mar 2015) New Revision: 44893
Modified: trunk/package/kernel/linux/modules/other.mk Log: kernel: remove bogus dependency of zram on !TARGET_ep93xx Signed-off-by: Felix Fietkau <[email protected]> Modified: trunk/package/kernel/linux/modules/other.mk =================================================================== --- trunk/package/kernel/linux/modules/other.mk 2015-03-19 11:59:17 UTC (rev 44892) +++ trunk/package/kernel/linux/modules/other.mk 2015-03-19 11:59:21 UTC (rev 44893) @@ -746,7 +746,7 @@ define KernelPackage/zram SUBMENU:=$(OTHER_MENU) TITLE:=ZRAM - DEPENDS:=+kmod-lib-lzo @!TARGET_ep93xx +(!LINUX_3_10&&!LINUX_3_14):kmod-lib-lz4 + DEPENDS:=+kmod-lib-lzo +(!LINUX_3_10&&!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
