From: Jiri Slachta Date: Fri, 18 Jul 2014 19:34:24 +0000 (+0200) Subject: asterisk-1.8.x: add timing module to iax2 subpackage X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=2a7e5802c087109d0d31d5b95b94d9d88c84fb66;p=feed%2Ftelephony.git asterisk-1.8.x: add timing module to iax2 subpackage Signed-off-by: Jiri Slachta --- 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