asterisk-1.8.x: add timing module to iax2 subpackage
Signed-off-by: Jiri Slachta <slachta@cesnet.cz>
This commit is contained in:
parent
25192afb98
commit
2a7e5802c0
1 changed files with 2 additions and 2 deletions
|
@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=asterisk18
|
PKG_NAME:=asterisk18
|
||||||
PKG_VERSION:=1.8.29.0
|
PKG_VERSION:=1.8.29.0
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=2
|
||||||
|
|
||||||
PKG_SOURCE:=asterisk-$(PKG_VERSION).tar.gz
|
PKG_SOURCE:=asterisk-$(PKG_VERSION).tar.gz
|
||||||
PKG_SOURCE_URL:=http://downloads.asterisk.org/pub/telephony/asterisk/releases/
|
PKG_SOURCE_URL:=http://downloads.asterisk.org/pub/telephony/asterisk/releases/
|
||||||
|
@ -70,7 +70,7 @@ endef
|
||||||
define Package/asterisk18-chan-iax2
|
define Package/asterisk18-chan-iax2
|
||||||
$(call Package/asterisk18/Default)
|
$(call Package/asterisk18/Default)
|
||||||
TITLE:=IAX support
|
TITLE:=IAX support
|
||||||
DEPENDS:= asterisk18 +asterisk18-res-crypto
|
DEPENDS:= asterisk18 +asterisk18-res-crypto +asterisk18-res-timing-timerfd
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/asterisk18-chan-iax2/description
|
define Package/asterisk18-chan-iax2/description
|
||||||
|
|
Loading…
Reference in a new issue