diff options
author | Nicolas Thill <nico@openwrt.org> | 2015-05-24 01:55:14 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2015-05-24 01:55:14 +0000 |
commit | 9fedd6d8371ac5ed1adad4f25b1a47476c605031 (patch) | |
tree | 85e988a691c84bf98fad7e6a5ada94cbdb899b28 /package/kernel/linux/modules | |
parent | 4476fb013e901aa144547b8586bf7895cec3c57f (diff) | |
download | upstream-9fedd6d8371ac5ed1adad4f25b1a47476c605031.tar.gz upstream-9fedd6d8371ac5ed1adad4f25b1a47476c605031.tar.bz2 upstream-9fedd6d8371ac5ed1adad4f25b1a47476c605031.zip |
package/kernel: remove reference to ep93xx target
Signed-off-by: Nicolas Thill <nico@openwrt.org>
SVN-Revision: 45743
Diffstat (limited to 'package/kernel/linux/modules')
-rw-r--r-- | package/kernel/linux/modules/sound.mk | 2 |
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 |