From 99f11a8320be75cb9d569bef62659ada2cd71cdf Mon Sep 17 00:00:00 2001 From: Jiri Slachta Date: Sun, 12 Oct 2014 22:02:25 +0200 Subject: [PATCH] asterisk-1.8.x: fix #18090, typo in chan-lantiq/install macro Signed-off-by: Jiri Slachta --- net/asterisk-1.8.x/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 -- 2.11.0