asterisk-1.8.x: fix #18090, typo in chan-lantiq/install macro

Signed-off-by: Jiri Slachta <slachta@cesnet.cz>
This commit is contained in:
Jiri Slachta 2014-10-12 22:02:25 +02:00
parent d1b156498c
commit 99f11a8320

View file

@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=asterisk18
PKG_VERSION:=1.8.30.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/
@ -147,8 +147,8 @@ define Package/asterisk18-chan-lantiq/conffiles
endef
define Package/asterisk18-chan-lantiq/install
$(call Package/asterisk18/install/conffile,lantiq.conf,$(m))
$(call Package/asterisk18/install/module,chan_lantiq,$(m))
$(call Package/asterisk18/install/conffile,$(1),lantiq.conf)
$(call Package/asterisk18/install/module,$(1),chan_lantiq)
endef
define Package/asterisk18-sounds