Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/2] package/freeswitch: disable ClueCon invitation messages
@ 2016-04-23 20:59 Bernd Kuhls
  2016-04-23 20:59 ` [Buildroot] [PATCH 2/2] package/freeswitch: Fix added license Bernd Kuhls
  2016-04-24  8:23 ` [Buildroot] [PATCH 1/2] package/freeswitch: disable ClueCon invitation messages Thomas Petazzoni
  0 siblings, 2 replies; 6+ messages in thread
From: Bernd Kuhls @ 2016-04-23 20:59 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
---
 package/freeswitch/freeswitch.mk | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/package/freeswitch/freeswitch.mk b/package/freeswitch/freeswitch.mk
index f25b9fa..ec52172 100644
--- a/package/freeswitch/freeswitch.mk
+++ b/package/freeswitch/freeswitch.mk
@@ -153,6 +153,8 @@ define FREESWITCH_ENABLE_MODULES
 	$(Q)echo $(FREESWITCH_ENABLED_MODULES) \
 		| tr ' ' '\n' \
 		> $(@D)/modules.conf
+	> $(@D)/noreg
+	> $(@D)/cluecon2.tmpl
 endef
 FREESWITCH_PRE_CONFIGURE_HOOKS += FREESWITCH_ENABLE_MODULES
 
-- 
2.8.0.rc3

^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2016-05-09 20:02 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-04-23 20:59 [Buildroot] [PATCH 1/2] package/freeswitch: disable ClueCon invitation messages Bernd Kuhls
2016-04-23 20:59 ` [Buildroot] [PATCH 2/2] package/freeswitch: Fix added license Bernd Kuhls
2016-04-24  8:20   ` Thomas Petazzoni
2016-05-09 20:02   ` Thomas Petazzoni
2016-04-24  8:23 ` [Buildroot] [PATCH 1/2] package/freeswitch: disable ClueCon invitation messages Thomas Petazzoni
2016-05-01 20:50   ` Thomas Petazzoni

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox