From 2a7e5802c087109d0d31d5b95b94d9d88c84fb66 Mon Sep 17 00:00:00 2001 From: Jiri Slachta Date: Fri, 18 Jul 2014 21:34:24 +0200 Subject: [PATCH] asterisk-1.8.x: add timing module to iax2 subpackage Signed-off-by: Jiri Slachta --- net/asterisk-1.8.x/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net/asterisk-1.8.x/Makefile b/net/asterisk-1.8.x/Makefile index fdce5bf..ea01eb8 100644 --- a/net/asterisk-1.8.x/Makefile +++ b/net/asterisk-1.8.x/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=asterisk18 PKG_VERSION:=1.8.29.0 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE:=asterisk-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://downloads.asterisk.org/pub/telephony/asterisk/releases/ @@ -70,7 +70,7 @@ endef define Package/asterisk18-chan-iax2 $(call Package/asterisk18/Default) TITLE:=IAX support - DEPENDS:= asterisk18 +asterisk18-res-crypto + DEPENDS:= asterisk18 +asterisk18-res-crypto +asterisk18-res-timing-timerfd endef define Package/asterisk18-chan-iax2/description -- 2.11.0