projects
/
openwrt
/
staging
/
ynezz.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4476fb0
)
package/kernel: remove reference to ep93xx target
author
Nicolas Thill
<nico@openwrt.org>
Sun, 24 May 2015 01:55:14 +0000
(
01:55
+0000)
committer
Nicolas Thill
<nico@openwrt.org>
Sun, 24 May 2015 01:55:14 +0000
(
01:55
+0000)
Signed-off-by: Nicolas Thill <nico@openwrt.org>
SVN-Revision: 45743
package/kernel/linux/modules/sound.mk
patch
|
blob
|
history
diff --git
a/package/kernel/linux/modules/sound.mk
b/package/kernel/linux/modules/sound.mk
index 3cf9834ebc6b82f851718feadcd4e6ef65fcf04e..ab83103b49896a925cd2e57ca76a6b9b4d3dcdf9 100644
(file)
--- 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