From: Jiri Slachta Date: Sun, 12 Oct 2014 20:02:25 +0000 (+0200) Subject: asterisk-1.8.x: fix #18090, typo in chan-lantiq/install macro X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=99f11a8320be75cb9d569bef62659ada2cd71cdf;p=feed%2Ftelephony.git asterisk-1.8.x: fix #18090, typo in chan-lantiq/install macro Signed-off-by: Jiri Slachta --- diff --git a/net/asterisk-1.8.x/Makefile b/net/asterisk-1.8.x/Makefile index d35a55d..d8a1829 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.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