From: Jiri Slachta Date: Sun, 29 Jun 2014 18:28:22 +0000 (+0200) Subject: asterisk-chan-sccp-b: bump to version 4.2r5540 X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=ba78f947184288991951173b3ca6a80ac60be043;p=feed%2Ftelephony.git asterisk-chan-sccp-b: bump to version 4.2r5540 Signed-off-by: Jiri Slachta --- diff --git a/net/asterisk-1.8.x-chan-sccp-b/Makefile b/net/asterisk-1.8.x-chan-sccp-b/Makefile index 87406a0..cad9f20 100644 --- a/net/asterisk-1.8.x-chan-sccp-b/Makefile +++ b/net/asterisk-1.8.x-chan-sccp-b/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=asterisk18-chan-sccp-b -PKG_REV:=5393 -PKG_VERSION:=4.1r$(PKG_REV) +PKG_REV:=5540 +PKG_VERSION:=v4.2r$(PKG_REV) PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz -PKG_SOURCE_URL:=http://svn.code.sf.net/p/chan-sccp-b/code/branches/V4.1 +PKG_SOURCE_URL:=http://svn.code.sf.net/p/chan-sccp-b/code/tags/openwrt PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION) PKG_SOURCE_VERSION:=$(PKG_REV) PKG_SOURCE_PROTO:=svn @@ -54,7 +54,7 @@ endef define Package/asterisk18-chan-sccp-b/install $(INSTALL_DIR) $(1)/etc/asterisk - $(CP) ./files/sccp.openwrt.conf $(1)/etc/asterisk/sccp.conf + $(CP) ./files/sccp.openwrt.conf $(1)/etc/asterisk/sccp.conf $(INSTALL_DIR) $(1)/usr/lib/asterisk/modules $(CP) $(PKG_INSTALL_DIR)/usr/lib/asterisk/modules/chan_sccp.so $(1)/usr/lib/asterisk/modules/ endef diff --git a/net/asterisk-11.x-chan-sccp-b/Makefile b/net/asterisk-11.x-chan-sccp-b/Makefile index 975f371..cf44d28 100644 --- a/net/asterisk-11.x-chan-sccp-b/Makefile +++ b/net/asterisk-11.x-chan-sccp-b/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=asterisk11-chan-sccp-b -PKG_REV:=5393 -PKG_VERSION:=4.1r$(PKG_REV) +PKG_REV:=5540 +PKG_VERSION:=v4.2r$(PKG_REV) PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz -PKG_SOURCE_URL:=http://svn.code.sf.net/p/chan-sccp-b/code/branches/V4.1 +PKG_SOURCE_URL:=http://svn.code.sf.net/p/chan-sccp-b/code/tags/openwrt PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION) PKG_SOURCE_VERSION:=$(PKG_REV) PKG_SOURCE_PROTO:=svn @@ -54,7 +54,7 @@ endef define Package/asterisk11-chan-sccp-b/install $(INSTALL_DIR) $(1)/etc/asterisk - $(CP) ./files/sccp.openwrt.conf $(1)/etc/asterisk/sccp.conf + $(CP) ./files/sccp.openwrt.conf $(1)/etc/asterisk/sccp.conf $(INSTALL_DIR) $(1)/usr/lib/asterisk/modules $(CP) $(PKG_INSTALL_DIR)/usr/lib/asterisk/modules/chan_sccp.so $(1)/usr/lib/asterisk/modules/ endef