projects
/
openwrt
/
staging
/
yousong.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fd476b3
)
mxs: build sound-soc-mxs only on 3.18 for now
author
Zoltan Herpai
<wigyori@uid0.hu>
Fri, 31 Jul 2015 11:58:24 +0000
(11:58 +0000)
committer
Zoltan Herpai
<wigyori@uid0.hu>
Fri, 31 Jul 2015 11:58:24 +0000
(11:58 +0000)
Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
SVN-Revision: 46524
target/linux/mxs/modules.mk
patch
|
blob
|
history
diff --git
a/target/linux/mxs/modules.mk
b/target/linux/mxs/modules.mk
index 087878b59e5a8fc7fd0df896a8b8a71d33690476..d3633605772194392e1a679b9ac58063efbe4edc 100644
(file)
--- a/
target/linux/mxs/modules.mk
+++ b/
target/linux/mxs/modules.mk
@@
-44,7
+44,7
@@
define KernelPackage/sound-soc-mxs
$(LINUX_DIR)/sound/soc/mxs/snd-soc-mxs-builtin-pcm.ko \
$(LINUX_DIR)/sound/soc/codecs/snd-soc-mxs-builtin-codec.ko
AUTOLOAD:=$(call AutoLoad,65,snd-soc-mxs-builtin-pcm snd-soc-mxs-builtin-dai snd-soc-mxs-builtin-codec snd-soc-mxs-builtin-audio)
- DEPENDS:=@TARGET_mxs +kmod-sound-soc-core
+ DEPENDS:=@TARGET_mxs +kmod-sound-soc-core
@LINUX_3_18
$(call AddDepends/sound)
endef