projects
/
openwrt
/
staging
/
hauke.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fa61e3f
)
ramips: mark kmod-sound-mtk as broken, it does not compile properly
author
Felix Fietkau
<nbd@openwrt.org>
Mon, 18 Jan 2016 13:22:38 +0000
(13:22 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Mon, 18 Jan 2016 13:22:38 +0000
(13:22 +0000)
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48317
target/linux/ramips/modules.mk
patch
|
blob
|
history
diff --git
a/target/linux/ramips/modules.mk
b/target/linux/ramips/modules.mk
index 66a7f681458c1388819ad3d58d6152bc90fe483b..2db8093df54d2a56474d371932b5054197cbd4fb 100644
(file)
--- 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 \