aboutsummaryrefslogtreecommitdiffstats
path: root/target
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2016-01-18 13:22:38 +0000
committerFelix Fietkau <nbd@openwrt.org>2016-01-18 13:22:38 +0000
commitbff07046c409a8bbf420c05f9dcc1d67610d20eb (patch)
tree52c790f65d26be95615626d3bff56c282393c11c /target
parentb18b0bb6fd65264238c1a328cc53040d0ff75f10 (diff)
downloadmaster-187ad058-bff07046c409a8bbf420c05f9dcc1d67610d20eb.tar.gz
master-187ad058-bff07046c409a8bbf420c05f9dcc1d67610d20eb.tar.bz2
master-187ad058-bff07046c409a8bbf420c05f9dcc1d67610d20eb.zip
ramips: mark kmod-sound-mtk as broken, it does not compile properly
Signed-off-by: Felix Fietkau <nbd@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@48317 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target')
-rw-r--r--target/linux/ramips/modules.mk2
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 \