summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-app-pbx-voicemail
diff options
context:
space:
mode:
authorHannu Nyman <hannu.nyman@iki.fi>2016-08-24 18:58:00 +0300
committerHannu Nyman <hannu.nyman@iki.fi>2016-08-24 18:58:00 +0300
commit849f17ae1792251f896a7bb44308d94cb2a6d1e8 (patch)
tree8f3d332050c2f62e5f5caf80d7bbf8e90586d436 /applications/luci-app-pbx-voicemail
parent74b452a83e144f06d40f0809986afbb70569d98f (diff)
luci-app-pbx(-voicemail): mark BROKEN
Mark the luci-app-pbx(-voicemail) packages BROKEN as trying to install them now produces dependency errors. The pbx packages depend on asterisk 1.8 that is EOL upstream and has been moved from the telephony feed to the abandoned feed. If LuCI pbx packages are still needed, they should be refreshed to depend on a current asterisk version from the telephony feed. Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
Diffstat (limited to 'applications/luci-app-pbx-voicemail')
-rw-r--r--applications/luci-app-pbx-voicemail/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/applications/luci-app-pbx-voicemail/Makefile b/applications/luci-app-pbx-voicemail/Makefile
index d31d429f1..eefe0fd24 100644
--- a/applications/luci-app-pbx-voicemail/Makefile
+++ b/applications/luci-app-pbx-voicemail/Makefile
@@ -7,7 +7,7 @@
include $(TOPDIR)/rules.mk
LUCI_TITLE:=LuCI PBX Administration Voicemail Support
-LUCI_DEPENDS:=+luci-app-pbx +asterisk18 +msmtp +coreutils-base64
+LUCI_DEPENDS:=+luci-app-pbx +asterisk18 +msmtp +coreutils-base64 @BROKEN
include ../../luci.mk