aboutsummaryrefslogtreecommitdiffstats
path: root/package/kernel/linux/modules/sound.mk
diff options
context:
space:
mode:
authorNicolas Thill <nico@openwrt.org>2015-05-24 01:55:14 +0000
committerNicolas Thill <nico@openwrt.org>2015-05-24 01:55:14 +0000
commitcbf4417ef7d3947cdc7026ff4835d0435b5da4b5 (patch)
treebfd523392b7e6eb7a6e4968427caf70b9f865b6c /package/kernel/linux/modules/sound.mk
parentd807337fcd5d74d0dfd59253bdefcc997749deb3 (diff)
downloadmaster-187ad058-cbf4417ef7d3947cdc7026ff4835d0435b5da4b5.tar.gz
master-187ad058-cbf4417ef7d3947cdc7026ff4835d0435b5da4b5.tar.bz2
master-187ad058-cbf4417ef7d3947cdc7026ff4835d0435b5da4b5.zip
package/kernel: remove reference to ep93xx target
Signed-off-by: Nicolas Thill <nico@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45743 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/kernel/linux/modules/sound.mk')
-rw-r--r--package/kernel/linux/modules/sound.mk2
1 files changed, 1 insertions, 1 deletions
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