From: nbd Date: Mon, 18 Jan 2016 13:22:38 +0000 (+0000) Subject: ramips: mark kmod-sound-mtk as broken, it does not compile properly X-Git-Url: https://git.archive.openwrt.org/?p=openwrt.git;a=commitdiff_plain;h=df3a27eaf55b89608c42063388b70c60a5044e86 ramips: mark kmod-sound-mtk as broken, it does not compile properly Signed-off-by: Felix Fietkau git-svn-id: svn://svn.openwrt.org/openwrt/trunk@48317 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- 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 \