diff options
author | Zoltan HERPAI <wigyori@uid0.hu> | 2015-07-31 11:58:24 +0000 |
---|---|---|
committer | Zoltan HERPAI <wigyori@uid0.hu> | 2015-07-31 11:58:24 +0000 |
commit | f3a880299a32d9bcd29581762c338db33356ea47 (patch) | |
tree | 9f1a331de3076e1dfce5a885d1a12db14d1f3b33 /target/linux/mxs | |
parent | 805b23038d91e17147b9c511cb977b079a89dac6 (diff) | |
download | master-187ad058-f3a880299a32d9bcd29581762c338db33356ea47.tar.gz master-187ad058-f3a880299a32d9bcd29581762c338db33356ea47.tar.bz2 master-187ad058-f3a880299a32d9bcd29581762c338db33356ea47.zip |
mxs: build sound-soc-mxs only on 3.18 for now
Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@46524 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/mxs')
-rw-r--r-- | target/linux/mxs/modules.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/mxs/modules.mk b/target/linux/mxs/modules.mk index 087878b59e..d363360577 100644 --- 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 |