From 478cfbbdccc036badfee9f33cc3a924bf01304b6 Mon Sep 17 00:00:00 2001 From: cshore Date: Sat, 12 Mar 2011 00:57:33 +0000 Subject: [PATCH 1/1] [net] Telephony: Yate: Corrected typo in dependency for dbwave. git-svn-id: svn://svn.openwrt.org/openwrt/packages@26053 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- net/yate/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/yate/Makefile b/net/yate/Makefile index 20d8e8f03..bd4d52cae 100644 --- a/net/yate/Makefile +++ b/net/yate/Makefile @@ -119,7 +119,7 @@ $(eval $(call BuildPlugin,clustering,server,Clustering Server Support,)) $(eval $(call BuildPlugin,conference,,Conference Room Mixer,)) $(eval $(call BuildPlugin,cpuload,server,Monitor CPU load and Inform Yate,)) $(eval $(call BuildPlugin,dbpbx,server,PBX IVR and Multi-routing from Database,)) -$(eval $(call BuildPlugin,dbwave,server,Wav Media for DB Storage,+$(PKG_NAME)-mod-wavfile)) +$(eval $(call BuildPlugin,dbwave,server,Wav Media for DB Storage,+$(PKG_NAME)-mod-wavefile)) $(eval $(call BuildPlugin,dumbchan,,Dummy Channel,)) $(eval $(call BuildPlugin,enumroute,,ENUM Routing,)) $(eval $(call BuildPlugin,extmodule,,External Module Handler,)) -- 2.11.0