From eff93e4027d5d4cd70f20b0ae78a8f220ffbe9ff Mon Sep 17 00:00:00 2001
From: Felix Fietkau <nbd@openwrt.org>
Date: Thu, 19 Mar 2015 11:59:21 +0000
Subject: kernel: remove bogus dependency of zram on !TARGET_ep93xx

Signed-off-by: Felix Fietkau <nbd@openwrt.org>

SVN-Revision: 44893
---
 package/kernel/linux/modules/other.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'package/kernel/linux/modules')

diff --git a/package/kernel/linux/modules/other.mk b/package/kernel/linux/modules/other.mk
index c39c1ab..86770b5 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 \
-- 
cgit v1.1