From: Felix Fietkau Date: Thu, 19 Mar 2015 11:59:21 +0000 (+0000) Subject: kernel: remove bogus dependency of zram on !TARGET_ep93xx X-Git-Url: https://git.archive.openwrt.org/?a=commitdiff_plain;h=c64a6c44e61fe18541bded5aa02565250312b719;p=15.05%2Fopenwrt.git kernel: remove bogus dependency of zram on !TARGET_ep93xx Signed-off-by: Felix Fietkau git-svn-id: svn://svn.openwrt.org/openwrt/trunk@44893 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/package/kernel/linux/modules/other.mk b/package/kernel/linux/modules/other.mk index c39c1ab64f..86770b5a3b 100644 --- a/package/kernel/linux/modules/other.mk +++ b/package/kernel/linux/modules/other.mk @@ -746,7 +746,7 @@ $(eval $(call KernelPackage,ikconfig)) 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 \