luci/applications/luci-app-pbx-voicemail/Makefile
Hannu Nyman 849f17ae17 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>
2016-08-24 18:58:00 +03:00

14 lines
377 B
Makefile

#
# Copyright (C) 2008-2014 The LuCI Team <luci@lists.subsignal.org>
#
# This is free software, licensed under the Apache License, Version 2.0 .
#
include $(TOPDIR)/rules.mk
LUCI_TITLE:=LuCI PBX Administration Voicemail Support
LUCI_DEPENDS:=+luci-app-pbx +asterisk18 +msmtp +coreutils-base64 @BROKEN
include ../../luci.mk
# call BuildPackage - OpenWrt buildroot signature