From: Nicolas Thill <nico@openwrt.org>
Date: Sun, 24 May 2015 01:55:14 +0000 (+0000)
Subject: package/kernel: remove reference to ep93xx target
X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=9fedd6d8371ac5ed1adad4f25b1a47476c605031;p=openwrt%2Fstaging%2Fldir.git

package/kernel: remove reference to ep93xx target

Signed-off-by: Nicolas Thill <nico@openwrt.org>

SVN-Revision: 45743
---

diff --git a/package/kernel/linux/modules/sound.mk b/package/kernel/linux/modules/sound.mk
index 3cf9834ebc..ab83103b49 100644
--- a/package/kernel/linux/modules/sound.mk
+++ b/package/kernel/linux/modules/sound.mk
@@ -154,7 +154,7 @@ define KernelPackage/sound-soc-ac97
   KCONFIG:=CONFIG_SND_SOC_AC97_CODEC
   FILES:=$(LINUX_DIR)/sound/soc/codecs/snd-soc-ac97.ko
   AUTOLOAD:=$(call AutoLoad,57,snd-soc-ac97)
-  DEPENDS:=+kmod-ac97 +kmod-sound-soc-core +TARGET_ep93xx:kmod-sound-soc-ep93xx-ac97
+  DEPENDS:=+kmod-ac97 +kmod-sound-soc-core
   $(call AddDepends/sound)
 endef