The package has become part of the main system.
Signed-off-by: Stefan Schantl stefan.schantl@ipfire.org --- lfs/asterisk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/lfs/asterisk b/lfs/asterisk index 08e2edb30..ab038eb13 100755 --- a/lfs/asterisk +++ b/lfs/asterisk @@ -28,9 +28,9 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = asterisk -PAK_VER = 25 +PAK_VER = 26
-DEPS = "jansson libsrtp opus" +DEPS = "libsrtp opus"
############################################################################### # Top-level Rules