summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJiri Slachta2015-03-04 19:28:31 +0000
committerJiri Slachta2015-03-04 19:28:31 +0000
commit24b9611c1048d9f56824b2041c5d91f83ed2c580 (patch)
tree8a21cb773943c545c0bad56125e890c9bd56b02e
parent4fefbf85be8db9e5953c38f2afef9e032056699d (diff)
downloadtelephony-24b9611c1048d9f56824b2041c5d91f83ed2c580.tar.gz
asterisk-13.x,11.x: remove duplicit module func_db
Signed-off-by: Jiri Slachta <slachta@cesnet.cz>
-rw-r--r--net/asterisk-11.x/Makefile1
-rw-r--r--net/asterisk-13.x/Makefile1
2 files changed, 0 insertions, 2 deletions
diff --git a/net/asterisk-11.x/Makefile b/net/asterisk-11.x/Makefile
index ae70cb2..874f163 100644
--- a/net/asterisk-11.x/Makefile
+++ b/net/asterisk-11.x/Makefile
@@ -377,7 +377,6 @@ $(eval $(call BuildAsterisk11Module,func-base64,base64 support,support of base64
$(eval $(call BuildAsterisk11Module,func-blacklist,Blacklist on callerid,looking up the callerid number and see if it is blacklisted,,,,func_blacklist,))
$(eval $(call BuildAsterisk11Module,func-cut,CUT function,CUT function,,,,func_cut,))
$(eval $(call BuildAsterisk11Module,func-db,Database interaction,functions for interaction with the database,,,,func_db app_db,))
-$(eval $(call BuildAsterisk11Module,func-db,Database interaction,functions for interaction with the database,,,,func_db,))
$(eval $(call BuildAsterisk11Module,func-devstate,Blinky lights control,functions for manually controlled blinky lights,,,,func_devstate,))
$(eval $(call BuildAsterisk11Module,func-enum,ENUM,ENUM,,/etc/asterisk/enum.conf,enum.conf,func_enum,))
$(eval $(call BuildAsterisk11Module,func-env,Environment functions,Environment dialplan functions,,,,func_env,))
diff --git a/net/asterisk-13.x/Makefile b/net/asterisk-13.x/Makefile
index 12336f1..5d8021e 100644
--- a/net/asterisk-13.x/Makefile
+++ b/net/asterisk-13.x/Makefile
@@ -331,7 +331,6 @@ $(eval $(call BuildAsterisk13Module,func-base64,base64 support,support of base64
$(eval $(call BuildAsterisk13Module,func-blacklist,Blacklist on callerid,looking up the callerid number and see if it is blacklisted,,,func_blacklist,,))
$(eval $(call BuildAsterisk13Module,func-cut,CUT function,CUT function,,,func_cut,,))
$(eval $(call BuildAsterisk13Module,func-db,Database interaction,functions for interaction with the database,,,func_db app_db,))
-$(eval $(call BuildAsterisk13Module,func-db,Database interaction,functions for interaction with the database,,,func_db,,))
$(eval $(call BuildAsterisk13Module,func-devstate,Blinky lights control,functions for manually controlled blinky lights,,,func_devstate,,))
$(eval $(call BuildAsterisk13Module,func-enum,ENUM,ENUM,,enum.conf,func_enum,))
$(eval $(call BuildAsterisk13Module,func-env,Environment functions,Environment dialplan functions,,,func_env,))