summaryrefslogtreecommitdiffhomepage
path: root/applications
diff options
context:
space:
mode:
Diffstat (limited to 'applications')
-rw-r--r--applications/luci-app-voice-core/Makefile2
-rw-r--r--applications/luci-app-voice-diag/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/applications/luci-app-voice-core/Makefile b/applications/luci-app-voice-core/Makefile
index 3641bdd924..32c476ced7 100644
--- a/applications/luci-app-voice-core/Makefile
+++ b/applications/luci-app-voice-core/Makefile
@@ -7,7 +7,7 @@
include $(TOPDIR)/rules.mk
LUCI_TITLE:=LuCI Voice Software (Core)
-LUCI_DEPENDS:=
+LUCI_DEPENDS:=@BROKEN
include ../../luci.mk
diff --git a/applications/luci-app-voice-diag/Makefile b/applications/luci-app-voice-diag/Makefile
index c9c9a2036f..2d4791845a 100644
--- a/applications/luci-app-voice-diag/Makefile
+++ b/applications/luci-app-voice-diag/Makefile
@@ -7,7 +7,7 @@
include $(TOPDIR)/rules.mk
LUCI_TITLE:=LuCI Voice Software (Diagnostics)
-LUCI_DEPENDS:=+luci-app-diag-devinfo
+LUCI_DEPENDS:=+luci-app-diag-devinfo @BROKEN
include ../../luci.mk