diff options
| author | Stefan Koch | 2017-01-05 10:33:21 +0000 |
|---|---|---|
| committer | Stefan Koch | 2017-03-09 22:42:31 +0000 |
| commit | 6f1532906e594b491d79473015a58921f4c8e6a6 (patch) | |
| tree | a5b4529c42265cc25873f62ccce9e0bd81222b58 | |
| parent | 0d0159c8d38426251adc7fd531625b80508631ab (diff) | |
| download | telephony-6f1532906e594b491d79473015a58921f4c8e6a6.tar.gz | |
Added chan_lantiq to makefile of asterisk13
Based on version 30aa7bc9697ea4dfe3fa6f742513a15014fd871d
of net/asterisk-1.8.x/Makefile
Signed-off-by: Stefan Koch <stefan.koch10@gmail.com>
| -rw-r--r-- | net/asterisk-13.x/Makefile | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/net/asterisk-13.x/Makefile b/net/asterisk-13.x/Makefile index 5cf80cf..99d706c 100644 --- a/net/asterisk-13.x/Makefile +++ b/net/asterisk-13.x/Makefile @@ -233,6 +233,13 @@ AST_MENUSELECT_OPTS = \ --with-ncurses="$(STAGING_DIR_HOST)/usr" \ --with-libxml2="$(STAGING_DIR_HOST)/usr" +define Build/Prepare + $(call Build/Prepare/Default) +ifneq ($(CONFIG_TARGET_lantiq),) + $(CP) ./src-lantiq/* $(PKG_BUILD_DIR)/ +endif +endef + define Build/Configure (cd $(PKG_BUILD_DIR); \ ./bootstrap.sh; \ @@ -331,6 +338,7 @@ $(eval $(call BuildAsterisk13Module,cdr-sqlite3,Provides CDR SQLITE3,Call Detail $(eval $(call BuildAsterisk13Module,chan-alsa,ALSA channel,the channel chan_alsa,+alsa-lib,alsa.conf,chan_alsa,,)) $(eval $(call BuildAsterisk13Module,chan-dahdi,DAHDI channel,DAHDI channel support,+dahdi-tools-libtonezone +kmod-dahdi +libpri,chan_dahdi.conf,chan_dahdi,,)) $(eval $(call BuildAsterisk13Module,chan-iax2,IAX2 channel,IAX support,+asterisk13-res-timing-timerfd,iax.conf iaxprov.conf,chan_iax2,,)) +$(eval $(call BuildAsterisk13Module,chan-lantiq,Lantiq TAPI channel,An implementation of Lantiq TAPI channel,@TARGET_lantiq +kmod-ltq-vmmc,lantiq.conf,chan_lantiq,,)) $(eval $(call BuildAsterisk13Module,chan-oss,OSS channel,the channel chan_oss,,oss.conf,chan_oss,,)) $(eval $(call BuildAsterisk13Module,chan-sip,SIP channel,the channel chan_sip,+asterisk13-app-confbridge,sip.conf sip_notify.conf,chan_sip,,)) $(eval $(call BuildAsterisk13Module,chan-skinny,Skinny channel,the channel chan_skinny,,skinny.conf,chan_skinny,,)) |