diff options
author | Felix Fietkau <nbd@openwrt.org> | 2016-01-18 13:22:38 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2016-01-18 13:22:38 +0000 |
commit | 63aa7023d8e04fb40ed0dc4971e80e86330b7ac6 (patch) | |
tree | db719f32d04e99c83d3689a4ddb06db83c794ab4 /target/linux/ramips/modules.mk | |
parent | fa61e3fbba6bbb936ae381389d2968c8b75c4424 (diff) | |
download | upstream-63aa7023d8e04fb40ed0dc4971e80e86330b7ac6.tar.gz upstream-63aa7023d8e04fb40ed0dc4971e80e86330b7ac6.tar.bz2 upstream-63aa7023d8e04fb40ed0dc4971e80e86330b7ac6.zip |
ramips: mark kmod-sound-mtk as broken, it does not compile properly
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48317
Diffstat (limited to 'target/linux/ramips/modules.mk')
-rw-r--r-- | target/linux/ramips/modules.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ramips/modules.mk b/target/linux/ramips/modules.mk index 66a7f68145..2db8093df5 100644 --- a/target/linux/ramips/modules.mk +++ b/target/linux/ramips/modules.mk @@ -105,7 +105,7 @@ $(eval $(call KernelPackage,sound-mtk-mt7628)) define KernelPackage/sound-mtk TITLE:=Mediatek I2S Alsa Driver - DEPENDS:= \ + DEPENDS:= @BROKEN \ +kmod-sound-soc-core +kmod-regmap +kmod-i2c-ralink \ @(TARGET_ramips_mt7628||TARGET_ramips_mt7688||TARGET_ramips_mt7620) \ +TARGET_ramips_mt7620:kmod-sound-mtk-mt7620 \ |